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:
commit
bfe28cc12e
|
@ -0,0 +1 @@
|
||||||
|
Width of filter menus for radios has been set to stop text from overlapping the borders
|
|
@ -353,5 +353,5 @@ input + .help {
|
||||||
}
|
}
|
||||||
|
|
||||||
.table td .ui.dropdown {
|
.table td .ui.dropdown {
|
||||||
min-width: auto;
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue