From bde140f5605cd0f8b85706c442eb0dbc3391bead Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 11 Apr 2017 17:05:02 +0100 Subject: [PATCH] Fix overlapping UI with new radio buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not sure what about the new radios is causing this, but they no longer expand the size of the container, causing an overlap. The fixed height was originally for performance reasons, but removing it doesn’t seem to cause the page to jump around on load, so I think it’s OK. --- app/assets/stylesheets/components/radio-select.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/components/radio-select.scss b/app/assets/stylesheets/components/radio-select.scss index dc48fbff6..a01d9ffed 100644 --- a/app/assets/stylesheets/components/radio-select.scss +++ b/app/assets/stylesheets/components/radio-select.scss @@ -29,7 +29,6 @@ .js-enabled & { - height: 60px; overflow: visible; .multiple-choice {