diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-06-19 17:37:42 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-06-19 17:37:42 -0400 |
commit | 90704e36738e809bfcf11f2f375e23faf838100a (patch) | |
tree | ab0b4f52b8bc00dd6781bc083bf1083fb11036ed /src/client/views/DocumentDecorations.tsx | |
parent | a481170445975dbc964d38d99d65012856c32d68 (diff) |
Document Decorations spacing fix
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
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}`}> + <span>{shareSymbolIcon + ' ' + shareMode}</span> + </div> </div> ) : ( |