From 90704e36738e809bfcf11f2f375e23faf838100a Mon Sep 17 00:00:00 2001 From: srichman333 Date: Mon, 19 Jun 2023 17:37:42 -0400 Subject: Document Decorations spacing fix --- src/client/views/DocumentDecorations.scss | 4 +--- src/client/views/DocumentDecorations.tsx | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index c81c033da..0a690f751 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -219,13 +219,11 @@ $resizeHandler: 8px; opacity: 1; grid-column: 3; pointer-events: auto; - overflow: hidden; + min-width: fit-content; text-align: center; width: 125px; display: flex; height: 21px; - font-size: small; - gap: 2px; opacity: 0.3; &:hover { opacity: 1; diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index fdbe2f866..dcfaecbc1 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -836,7 +836,9 @@ const dragDocView = SelectionManager.Views()[0]; ) }>
+   {shareSymbolIcon + ' ' + shareMode} +  
) : ( -- cgit v1.2.3-70-g09d2