Merge pull request #24866 from overleaf/dp-toolbar-truncation

Add explicit width to codemirror toolbar wrapper to ensure it truncates correctly

GitOrigin-RevId: 458788daa8e634aebcb5f61dc4ce78f871b03913
This commit is contained in:
David
2025-04-15 09:13:04 +01:00
committed by Copybot
parent c05057f0ac
commit 5756068c93
@@ -45,6 +45,7 @@
.ol-cm-toolbar-wrapper {
flex: 1;
width: 100%;
}
.ol-cm-toolbar-wrapper-indented {