minor style fix

This commit is contained in:
fbsanchez 2020-04-15 11:53:10 +02:00
parent 282b31841d
commit 83b53e3eb7
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ ul.wizard li > textarea {
justify-content: space-between;
}
.std_input.hidden {
display: none;
}
.wizard .std_input > .label_select {
flex: 1 1 100%;
}