Merge branch '822-width-of-radio-filters-too-narrow' into 'develop'

Resolve "Width of radio filters too narrow"

Closes #822

See merge request funkwhale/funkwhale!756
This commit is contained in:
Eliot Berriot 2019-05-07 13:48:15 +02:00
commit bfe28cc12e
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;
} }