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
merge-requests/757/head
Eliot Berriot 2019-05-07 13:48:15 +02:00
commit bfe28cc12e
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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