aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-06-19 17:37:42 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-06-19 17:37:42 -0400
commit90704e36738e809bfcf11f2f375e23faf838100a (patch)
treeab0b4f52b8bc00dd6781bc083bf1083fb11036ed /src/client/views/DocumentDecorations.tsx
parenta481170445975dbc964d38d99d65012856c32d68 (diff)
Document Decorations spacing fix
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r--src/client/views/DocumentDecorations.tsx2
1 files changed, 2 insertions, 0 deletions
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];
)
}>
<div className={`documentDecorations-share${shareMode}`}>
+ &nbsp;
<span>{shareSymbolIcon + ' ' + shareMode}</span>
+ &nbsp;
</div>
</div>
) : (