ui: tweak

This commit is contained in:
cha0s 2021-02-02 01:10:44 -06:00
parent 2e4cd4dd39
commit 167d7f35a5
3 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -2,7 +2,6 @@
align-items: center;
display: flex;
flex-wrap: wrap;
width: 100%;
button, .button {
color: #00bdd6;
}

View File

@ -33,6 +33,7 @@
.expressions__expression-wrapper > .expression {
margin-right: 0.5em;
padding: 0.5em;
width: 100%;
}
.expressions__remove-expression {