From 5756068c932095a83085d5526d2a4fb33c1f81d9 Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Tue, 15 Apr 2025 09:13:04 +0100 Subject: [PATCH] Merge pull request #24866 from overleaf/dp-toolbar-truncation Add explicit width to codemirror toolbar wrapper to ensure it truncates correctly GitOrigin-RevId: 458788daa8e634aebcb5f61dc4ce78f871b03913 --- .../frontend/stylesheets/bootstrap-5/pages/editor/toolbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar.scss index d5b3958566..0d26e0a04f 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar.scss @@ -45,6 +45,7 @@ .ol-cm-toolbar-wrapper { flex: 1; + width: 100%; } .ol-cm-toolbar-wrapper-indented {