Merge pull request #2173 from resin-io/label-size-newline

fix(gui): Ensure image/drive size displayed on new line
This commit is contained in:
Jonas Hermsmeier 2018-04-05 18:53:34 +02:00 committed by GitHub
commit 0344a3f104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ svg-icon > img[disabled] {
}
.page-main .step-name {
width: 100%;
margin-right: 4.5px;
font-weight: bold;
color: $palette-theme-primary-foreground;

View File

@ -6576,6 +6576,7 @@ svg-icon > img[disabled] {
vertical-align: text-top; }
.page-main .step-name {
width: 100%;
margin-right: 4.5px;
font-weight: bold;
color: #fff; }