input weirdness

This commit is contained in:
Evert Prants 2018-10-11 13:15:24 +03:00
parent d47678c83a
commit 526701e232
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 3 additions and 2 deletions

View File

@ -183,6 +183,8 @@ tr:nth-child(even) {
}
.inline-flex input {
flex-grow: 1;
z-index: 10;
height: fit-content;
}
.queue-tag {
padding: 10px;
@ -192,8 +194,7 @@ tr:nth-child(even) {
border-right: 5px solid #005c25;
}
.dropdown {
position: relative;
display: inline-block;
height: fit-content;
}
.dropdown-button {
background-color: #112330;