]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix <legend> element overflowing in IE10, fixes #7662
authorGeoff Kimball <geoff@zurb.com>
Wed, 20 Jan 2016 21:53:52 +0000 (13:53 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 20 Jan 2016 21:53:52 +0000 (13:53 -0800)
scss/forms/_fieldset.scss

index 27ea801e462abc0dbe1c5663632a2065f358fa35..875706d2c5480f88f4ed8ce00da59a60f3227456 100644 (file)
@@ -45,6 +45,7 @@ $legend-padding: rem-calc(0 3) !default;
 
   legend {
     margin-bottom: $form-spacing * 0.5;
+    max-width: 100%;
   }
 
   .fieldset {