]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
prevent input group buttons wrapping to multiple lines 8695/head
authorAndy Cochran <acochran@council.nyc.gov>
Thu, 28 Apr 2016 15:20:41 +0000 (11:20 -0400)
committerAndy Cochran <acochran@council.nyc.gov>
Thu, 28 Apr 2016 15:20:41 +0000 (11:20 -0400)
scss/forms/_input-group.scss

index 153dd89abf9f5dd6a62cc6684b9d6718261303c0..04a86ae59fa5141d9479316f29a15247e5e5ff5a 100644 (file)
@@ -46,6 +46,7 @@ $input-prefix-padding: 1rem !default;
 
   %input-group-child {
     margin: 0;
+    white-space: nowrap;
 
     @if not $global-flexbox {
       display: table-cell;