From fa7d16e608ac62d229bebf282c668f246a27aa73 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 30 Mar 2015 18:51:55 -0400 Subject: [PATCH] Fix label word wrap --- src/definitions/elements/label.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index 43c1f4694..bbd2c13f9 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -25,8 +25,9 @@ .ui.label { display: inline-block; - vertical-align: @verticalAlign; + white-space: nowrap; line-height: 1; + vertical-align: @verticalAlign; margin: @verticalMargin @horizontalMargin; @@ -42,7 +43,6 @@ font-weight: @fontWeight; border-radius: @borderRadius; - box-sizing: border-box; transition: @transition; }