Skip to content

Commit e839e15

Browse files
author
OpenShift Bot
authored
Merge pull request #1867 from rhamilto/bz-1473512
Merged by openshift-bot
2 parents 3355713 + ecdacde commit e839e15

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

app/styles/_overview.less

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,14 @@
523523
display: flex;
524524
flex: 1 1 auto;
525525
justify-content: center;
526-
@media (min-width: @screen-sm-min) {
527-
&.animation-in-progress .overview-deployment-donut .latest-donut {
528-
justify-content: flex-end;
526+
&.animation-in-progress .overview-deployment-donut {
527+
@media (min-width: @screen-xs-min) {
528+
max-width: 450px;
529+
}
530+
@media (min-width: @screen-sm-min) {
531+
.latest-donut {
532+
justify-content: flex-end;
533+
}
529534
}
530535
}
531536
.overview-deployment-donut {
@@ -534,7 +539,6 @@
534539
flex: 1 1 auto;
535540
// prevents resize jump; set height since the donut isn't displayed exactly when expanded-section is rendered
536541
min-height: 150px;
537-
max-width: 450px;
538542
}
539543
&.ng-enter {
540544
animation: deploymentSlideIn 750ms ease forwards;

dist/styles/main.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)