From b687b30d635f0d8d985d01375ed5e8b29a665fa1 Mon Sep 17 00:00:00 2001 From: alokhyland Date: Thu, 28 Mar 2024 12:38:12 +0530 Subject: [PATCH] ELEMENTS-1731: Fix display of long username under activity section --- ui/widgets/nuxeo-user-tag.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/widgets/nuxeo-user-tag.js b/ui/widgets/nuxeo-user-tag.js index fcf27f033d..ebeffa47f4 100644 --- a/ui/widgets/nuxeo-user-tag.js +++ b/ui/widgets/nuxeo-user-tag.js @@ -63,6 +63,7 @@ import './nuxeo-tooltip.js'; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + max-width: 100px; } @@ -80,6 +81,9 @@ import './nuxeo-tooltip.js';