From a222a0878f52f008cbd33c4265a36bdae6cc0262 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Fri, 28 Jul 2017 10:15:30 +0200 Subject: [PATCH] Inline Labels: wrap them see #1288 --- app/assets/stylesheets/zammad.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 39e727d9f..90c10d788 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1298,11 +1298,21 @@ label, margin: 0; text-transform: none; display: inline; - white-space: nowrap; /* for labels in tables that might get crushed view: calendar_subscriptions */ } + +table { + .inline-label, + .label-success, + .label-warning, + .label-danger { + white-space: nowrap; /* for labels in tables that might get crushed view: calendar_subscriptions */ + } +} + .inline-label { color: hsl(206,7%,28%); } + .label-text { margin-left: 3px; user-select: none;