From: Alexander Martin Date: Wed, 21 Dec 2016 13:32:24 +0000 (+0100) Subject: Issue #9535: Set box-sizing for select elements X-Git-Tag: v6.3.1-rc1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9550%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Issue #9535: Set box-sizing for select elements --- diff --git a/scss/_global.scss b/scss/_global.scss index 91c598644..e677cc933 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -167,6 +167,7 @@ $alert-color: get-color(alert); // Make select elements are 100% width by default select { + box-sizing: border-box; width: 100%; border-radius: $global-radius; }