From fce42557b814ad876e6a2efbd49157fd2e3cd61f Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 12 Jun 2015 15:34:30 -0400 Subject: [PATCH] Chubby form theme --- src/themes/chubby/collections/form.overrides | 8 ++++++++ 1 file changed, 8 insertions(+) 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