From c7bafd385d3e57902e7cb6e4d8a5b1afbdbe2ee0 Mon Sep 17 00:00:00 2001 From: CarinaWolli Date: Mon, 9 Jan 2023 09:31:53 -0500 Subject: [PATCH] center icons --- packages/ui/components/editor/stylesEditor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ui/components/editor/stylesEditor.css b/packages/ui/components/editor/stylesEditor.css index 2ca8c65ed6..d42cb1ac25 100644 --- a/packages/ui/components/editor/stylesEditor.css +++ b/packages/ui/components/editor/stylesEditor.css @@ -145,7 +145,8 @@ pre::-webkit-scrollbar-thumb { display: inline-block; height: 18px; width: 18px; - margin-top: 2px; + margin-top: 1px; + margin-left: 1px; vertical-align: -0.25em; display: flex; opacity: 0.6;