From a07f699d587359116927ee4ef66abce7cbc934b5 Mon Sep 17 00:00:00 2001 From: Anurag Shivarathri Date: Wed, 17 Feb 2021 12:03:15 +0530 Subject: [PATCH] Added text-overflow for excessively long names --- sass/components/_modal.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sass/components/_modal.scss b/sass/components/_modal.scss index e8de8f5c81ee..a05715fd1721 100644 --- a/sass/components/_modal.scss +++ b/sass/components/_modal.scss @@ -836,6 +836,12 @@ font-weight: 600; white-space: nowrap; + a { + overflow: hidden; + min-width: 0; + text-overflow: ellipsis; + } + span { overflow: hidden; max-width: 90%; @@ -900,6 +906,7 @@ display: flex; flex-direction: column; width: 100%; + min-width: 0; .control-label { font-weight: normal;