From b75917eb9f44444322bfc577392059f58e81c65f Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Thu, 20 Feb 2025 11:49:23 +0100 Subject: [PATCH] Prevent user name in review panel to break if larger than container (#23643) GitOrigin-RevId: 9d4948e5dc595dc39510a558edc6a008d3ef7156 --- .../stylesheets/bootstrap-5/pages/editor/review-panel-new.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss index 22544731ac..2691cf4587 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss @@ -77,6 +77,9 @@ .review-panel-entry-user { color: $content-primary; font-size: 110%; + max-width: 150px; + white-space: nowrap; + overflow: hidden; } .review-panel-entry-time {