]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Issue #9535: Set box-sizing for select elements 9550/head
authorAlexander Martin <alamowo@gmail.com>
Wed, 21 Dec 2016 13:32:24 +0000 (14:32 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2016 13:32:24 +0000 (14:32 +0100)
scss/_global.scss

index 91c5986449b6721d6116e326e911651ec956c234..e677cc9339f952d42e5babafc1cffa6ddfd4d35c 100644 (file)
@@ -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;
   }