From 240ff4d3fee48e017952bdf8ab08e3ecff24e045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Tue, 7 May 2019 13:48:15 +0200 Subject: [PATCH] Resolve "Width of radio filters too narrow" --- changes/changelog.d/822.bugfix | 1 + front/src/style/_main.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/changelog.d/822.bugfix 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; }