ui: tweak
This commit is contained in:
parent
2e4cd4dd39
commit
167d7f35a5
|
@ -105,7 +105,7 @@ label, .label {
|
|||
color: #ffffff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: nowrap;
|
||||
font-family: var(--thick-title-font-family);
|
||||
font-size: 1em;
|
||||
min-height: 3em;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
align-items: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
button, .button {
|
||||
color: #00bdd6;
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
.expressions__expression-wrapper > .expression {
|
||||
margin-right: 0.5em;
|
||||
padding: 0.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.expressions__remove-expression {
|
||||
|
|
Loading…
Reference in New Issue
Block a user