]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes #1845 Span with label clips when wrapped on mobile 1875/head
authorGavin Ballard <gavin@gavinballard.com>
Wed, 13 Mar 2013 11:38:31 +0000 (22:38 +1100)
committerGavin Ballard <gavin@gavinballard.com>
Wed, 13 Mar 2013 11:38:31 +0000 (22:38 +1100)
scss/foundation/components/_labels.scss

index 6fa3bf464472425aff2c3fd43ac402d3e0107f08..1177c65813b157f38a06a01df8095b71ae93d838 100644 (file)
@@ -21,7 +21,7 @@ $label-font-weight: bold !default;
   text-decoration: none;
   line-height: 1;
   white-space: nowrap;
-  display: inline;
+  display: inline-block;
   position: relative;
 }