From: Gavin Ballard Date: Wed, 13 Mar 2013 11:38:31 +0000 (+1100) Subject: Fixes #1845 Span with label clips when wrapped on mobile X-Git-Tag: v4.0.6~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1875%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixes #1845 Span with label clips when wrapped on mobile --- diff --git a/scss/foundation/components/_labels.scss b/scss/foundation/components/_labels.scss index 6fa3bf464..1177c6581 100644 --- a/scss/foundation/components/_labels.scss +++ b/scss/foundation/components/_labels.scss @@ -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; }