Skip to content

Commit

Permalink
Fix container log settings alignment
Browse files Browse the repository at this point in the history
Form width needs to be expanded to 100% in order to allow wider fields.
Maxiumfield width is 25%

Change-Id: I9dd4c76590af761770d78aaf30ed40e16f0421ea
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/19142
Upgrade-Verified: jenkins <[email protected]>
Closures-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Reviewed-by: Sergio Sanchez <[email protected]>
  • Loading branch information
eivanova committed Oct 23, 2017
1 parent 772c63e commit 37af3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/src/styles/components/_container-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ $elements-side-margin: $elements-margin / 2;
position: absolute;
bottom: 0;
left: 0;
width: 100%;

div.radio-inline, div.select {
min-width: 60px;
Expand Down

0 comments on commit 37af3b7

Please sign in to comment.