diff --git a/src/themes/chubby/collections/form.overrides b/src/themes/chubby/collections/form.overrides index 59f10e8f9..64a3e6228 100644 --- a/src/themes/chubby/collections/form.overrides +++ b/src/themes/chubby/collections/form.overrides @@ -5,4 +5,12 @@ .ui.form .selection.dropdown { padding: 1.1em 1.2em; border-width: 2px; +} +.ui.form .selection.dropdown .menu { + min-width: calc(100% + 4px); + margin: 0 -2px; + border-width: 2px; +} +.ui.form .selection.dropdown input { + padding: inherit; } \ No newline at end of file