From 39e95f3804ba74dac88c11b444802fad4279fc65 Mon Sep 17 00:00:00 2001 From: Tanav Poswal Date: Sun, 15 Oct 2023 15:19:19 +0530 Subject: [PATCH] fix: 11378 editor toolbar to left --- packages/ui/components/editor/stylesEditor.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/ui/components/editor/stylesEditor.css b/packages/ui/components/editor/stylesEditor.css index 2ac72e23a5..cd707a8904 100644 --- a/packages/ui/components/editor/stylesEditor.css +++ b/packages/ui/components/editor/stylesEditor.css @@ -121,6 +121,9 @@ pre::-webkit-scrollbar-thumb { border-top-left-radius: 6px; border-top-right-radius: 6px; vertical-align: middle; + justify-content: end; + border-bottom-color: var(--cal-border); + border-bottom-width: 1px; } .toolbar button.toolbar-item {