From d11f05881adfabc059d579c2c6231eb1dac8784c Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 14 Dec 2015 16:12:33 +0100 Subject: [PATCH] page-header-meta: shrink - firefox fix --- app/assets/stylesheets/zammad.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 580dfac59..d1a444236 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1829,11 +1829,13 @@ kbd { margin-left: auto; padding-left: 20px; display: flex; + justify-content: flex-end; flex: 1; + min-width: 0; /* firefox flexbug */ .btn { overflow: hidden; - text-overflow: hidden; + text-overflow: ellipsis; white-space: nowrap; }