From 4f3cf66ba307b1202b7208fd20b52cfa78f2eeaf Mon Sep 17 00:00:00 2001 From: Erik Pellikka Date: Wed, 3 Feb 2016 08:11:59 -0500 Subject: [PATCH] Fixes #22097 Updated with more specific css selector Moved the curly brace to the same line as the selector firefox fix --- core/css/systemtags.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/css/systemtags.css b/core/css/systemtags.css index 2a02bc05ea..588c76e1e3 100644 --- a/core/css/systemtags.css +++ b/core/css/systemtags.css @@ -76,4 +76,10 @@ .systemtags-select2-container .select2-choices .select2-search-field input { line-height: 20px; } - +.systemtags-select2-dropdown .label { + width:85%; + display:-moz-inline-box; + display:inline-block; + overflow:hidden; + text-overflow:ellipsis; +}