Skip to content

Commit

Permalink
break word correct for mobile-first layout
Browse files Browse the repository at this point in the history
(that was no max-width, but min-width)
  • Loading branch information
wolf128058 committed Jan 29, 2022
1 parent 7a2c73a commit 6bba29f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ffbsee-config-mode-theme/sass/gluon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ textarea {
padding-right: 1rem;
font-weight: bold;
padding-left: 1rem;
overflow-wrap: break-word;
}

.gluon-value-field {
Expand All @@ -446,6 +447,7 @@ textarea {
.gluon-value-field-text {
padding-top: 0.5rem;
padding-left: 1rem;
overflow-wrap: break-word;
}

.gluon-value-field-long {
Expand Down Expand Up @@ -646,11 +648,6 @@ form > p {
.gluon-value-field {
margin-right: auto;
}

.gluon-value-title,
.gluon-value-field-text {
overflow-wrap: break-word;
}
}

// Large devices (desktops, 992px and up)
Expand Down

0 comments on commit 6bba29f

Please sign in to comment.