1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

New: Increase width of preferred word keys when editing

Closes #4689
This commit is contained in:
Mark McDowall
2021-10-22 17:44:50 -07:00
parent a97e83ea4d
commit f58a2389bd
2 changed files with 8 additions and 3 deletions
@@ -8,8 +8,13 @@
}
}
.inputWrapper {
.keyInputWrapper {
flex: 6 0 0;
}
.valueInputWrapper {
flex: 1 0 0;
min-width: 40px;
}
.buttonWrapper {