diff --git a/changes/changelog.d/822.bugfix b/changes/changelog.d/822.bugfix
new file mode 100644
index 0000000000000000000000000000000000000000..547a6acd2e5de098279db33085e7021c1a7ba3d6
--- /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 c1ddb3628d93e0111fcf19f99b35acb1eca70914..8f8ee8b16f514dac63480f0375774166e17db18f 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;
 }