From 273b9e1636bd63b6ec0ea113c6562afe05cceb0d Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Mon, 10 Jul 2023 10:44:39 -0400 Subject: [PATCH] Avoid overlapping the scrollbar --- styles/src/style_tree/assistant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/style_tree/assistant.ts b/styles/src/style_tree/assistant.ts index adec3dee62..cfc1f8d813 100644 --- a/styles/src/style_tree/assistant.ts +++ b/styles/src/style_tree/assistant.ts @@ -47,7 +47,7 @@ export default function assistant(): any { { ...text(theme.highest, "mono", color, { size: "xs" }), background: background(theme.highest, "on", "default"), - margin: { top: 12, right: 8 }, + margin: { top: 12, right: 20 }, padding: { right: 4, left: 4, top: 1, bottom: 1 }, corner_radius: 6, }