From 76569a4dd9a9401576b877fef307cd57f654abcd Mon Sep 17 00:00:00 2001 From: Gavin Ballard Date: Wed, 13 Mar 2013 22:38:31 +1100 Subject: [PATCH] Fixes #1845 Span with label clips when wrapped on mobile --- scss/foundation/components/_labels.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3