From d4e99bfe108c18dd1f3e981af92c6b7e6b0001bf Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Thu, 1 Dec 2022 16:26:18 +0100 Subject: [PATCH] fix: stop log scroll bar from overlapping copy icon fixes #27 --- frontend/src/ui/components/LogViewer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/ui/components/LogViewer.tsx b/frontend/src/ui/components/LogViewer.tsx index 5ee0810..95eb69c 100644 --- a/frontend/src/ui/components/LogViewer.tsx +++ b/frontend/src/ui/components/LogViewer.tsx @@ -158,8 +158,8 @@ const LogMessage = styled('div', { const LogActions = styled('div', { gridColumn: '3', display: 'flex', - gap: '0.5rem', - padding: '0.4rem 0.5rem 0', + gap: '10px', + padding: '0.4rem 12px 0', '& a': { color: '$gray10', '&:hover': {