mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
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:
parent
0d1b9641c7
commit
f958f3751d
@ -108,6 +108,7 @@ svg-icon > img[disabled] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page-main .step-name {
|
.page-main .step-name {
|
||||||
|
width: 100%;
|
||||||
margin-right: 4.5px;
|
margin-right: 4.5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $palette-theme-primary-foreground;
|
color: $palette-theme-primary-foreground;
|
||||||
|
@ -6572,6 +6572,7 @@ svg-icon > img[disabled] {
|
|||||||
vertical-align: text-top; }
|
vertical-align: text-top; }
|
||||||
|
|
||||||
.page-main .step-name {
|
.page-main .step-name {
|
||||||
|
width: 100%;
|
||||||
margin-right: 4.5px;
|
margin-right: 4.5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user