Skip to content

Commit b1c04e8

Browse files
author
OpenShift Bot
authored
Merge pull request #1618 from sg00dwin/overview-height-issue1611
Merged by openshift-bot
2 parents 35fcf4c + 556a9ef commit b1c04e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/styles/_overview.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
display: flex;
510510
flex: 1 1 auto;
511511
// prevents resize jump; set height since the donut isn't displayed exactly when expanded-section is rendered
512-
height: 150px;
512+
min-height: 150px;
513513
max-width: 450px;
514514
}
515515
&.ng-enter {

dist/styles/main.css

Lines changed: 1 addition & 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)