fix(gui): Ensure image/drive size displayed on new line

This forces the image and device size to always be displayed on the
second line for visual consistency.

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-04-04 20:40:54 +02:00
parent 0d1b9641c7
commit f958f3751d
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F
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

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