Merge pull request #2160 from resin-io/wrap-button-sizes-cleanly

fix(GUI): line wrap selector size subtitles wholly
This commit is contained in:
Jonas Hermsmeier 2018-03-29 22:53:55 +02:00 committed by GitHub
commit 267ccf6f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,9 @@ svg-icon > img[disabled] {
}
.page-main .step-selection-text {
display: flex;
flex-wrap: wrap;
justify-content: center;
color: $palette-theme-dark-foreground;
}
@ -101,6 +104,7 @@ svg-icon > img[disabled] {
}
.page-main .step-name {
margin-right: 4.5px;
font-weight: bold;
color: $palette-theme-primary-foreground;
}

View File

@ -6505,6 +6505,9 @@ svg-icon > img[disabled] {
opacity: 0.2; }
.page-main .step-selection-text {
display: flex;
flex-wrap: wrap;
justify-content: center;
color: #fff; }
.page-main .text-disabled > span {
@ -6566,6 +6569,7 @@ svg-icon > img[disabled] {
vertical-align: text-top; }
.page-main .step-name {
margin-right: 4.5px;
font-weight: bold;
color: #fff; }