From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- browser/components/contextualidentity/content/usercontext.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'browser/components/contextualidentity/content/usercontext.css') diff --git a/browser/components/contextualidentity/content/usercontext.css b/browser/components/contextualidentity/content/usercontext.css index f12625c08f..52e65ade1f 100644 --- a/browser/components/contextualidentity/content/usercontext.css +++ b/browser/components/contextualidentity/content/usercontext.css @@ -106,8 +106,12 @@ } #userContext-label { - margin: 0; - color: var(--identity-tab-color); + color: var(--identity-tab-color); + margin: 0; + max-width: 8em; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } #userContext-icons { -- cgit v1.2.3