From 80f6355def8cf62f3a292d08871461706ae6846b Mon Sep 17 00:00:00 2001 From: Malik Glossop Date: Fri, 23 Jan 2026 14:33:10 +0100 Subject: [PATCH] Merge pull request #30892 from overleaf/mg-workbench-survey-link [workbench] Add permanent CTA for feedback on workbench GitOrigin-RevId: 8439a9b732e6896b6d87a8f596330a1a4d855733 --- services/web/frontend/stylesheets/pages/editor/rail.scss | 1 + services/web/frontend/stylesheets/pages/editor/review-panel.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/pages/editor/rail.scss b/services/web/frontend/stylesheets/pages/editor/rail.scss index 2d777ed155..9c6b7c0eb9 100644 --- a/services/web/frontend/stylesheets/pages/editor/rail.scss +++ b/services/web/frontend/stylesheets/pages/editor/rail.scss @@ -50,6 +50,7 @@ body { color: var(--ide-rail-color); margin-bottom: 0; font-weight: bold; + width: 100%; } .ide-rail-tab-button { diff --git a/services/web/frontend/stylesheets/pages/editor/review-panel.scss b/services/web/frontend/stylesheets/pages/editor/review-panel.scss index 428c71a942..aafd778f95 100644 --- a/services/web/frontend/stylesheets/pages/editor/review-panel.scss +++ b/services/web/frontend/stylesheets/pages/editor/review-panel.scss @@ -253,7 +253,6 @@ del.review-panel-content-highlight { justify-content: center; border-bottom: 1px solid var(--review-panel-border-color); background-color: var(--review-panel-header-bg-color); - text-align: center; z-index: 4; }