mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
commit
0344a3f104
@ -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;
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user