Resolve "Width of radio filters too narrow"

This commit is contained in:
Ciarán Ainsworth 2019-05-07 13:48:15 +02:00 committed by Eliot Berriot
parent f20e83cd0f
commit 240ff4d3fe
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Width of filter menus for radios has been set to stop text from overlapping the borders

View File

@ -353,5 +353,5 @@ input + .help {
} }
.table td .ui.dropdown { .table td .ui.dropdown {
min-width: auto; min-width: 150px;
} }