1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Preferred words remove button in Firefox

Fixes #3710
This commit is contained in:
Mark McDowall
2020-05-24 12:06:35 -07:00
parent cb9d78064a
commit 5951992bd5
3 changed files with 39 additions and 24 deletions
@@ -8,7 +8,16 @@
}
}
.inputWrapper {
flex: 1 0 0;
}
.buttonWrapper {
flex: 0 0 22px;
}
.keyInput,
.valueInput {
width: 100%;
border: none;
}