From dfd03261863b2ccd98cc8ea746e9d5e515ac0b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstr=C3=B6m?= Date: Tue, 21 Feb 2012 08:02:57 +0100 Subject: Bring back nowrap to labels and badges --- less/badges.less | 1 + less/labels.less | 1 + 2 files changed, 2 insertions(+) (limited to 'less') diff --git a/less/badges.less b/less/badges.less index 6f74108ee..97dadcefa 100644 --- a/less/badges.less +++ b/less/badges.less @@ -6,6 +6,7 @@ padding: 2px 10px 3px; font-size: @baseFontSize * .925; font-weight: bold; + white-space: nowrap; color: @white; background-color: @grayLight; .border-radius(10px); diff --git a/less/labels.less b/less/labels.less index ae6b00e02..8d9913470 100644 --- a/less/labels.less +++ b/less/labels.less @@ -6,6 +6,7 @@ padding: 2px 4px 3px; font-size: @baseFontSize * .85; font-weight: bold; + white-space: nowrap; color: @white; text-shadow: 0 -1px 0 rgba(0,0,0,.25); background-color: @grayLight; -- cgit v1.2.3