diff --git a/changes/changelog.d/822.bugfix b/changes/changelog.d/822.bugfix new file mode 100644 index 000000000..547a6acd2 --- /dev/null +++ b/changes/changelog.d/822.bugfix @@ -0,0 +1 @@ +Width of filter menus for radios has been set to stop text from overlapping the borders \ No newline at end of file diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index c1ddb3628..8f8ee8b16 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -353,5 +353,5 @@ input + .help { } .table td .ui.dropdown { - min-width: auto; + min-width: 150px; }