diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-06-28 10:34:28 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-06-28 10:34:28 -0400 |
| commit | 7567210b6e0dce1e5bc79255dc2dd4debe55ed82 (patch) | |
| tree | fc8b56dacd45118a41999f29ea7655068e2abb06 /src/client/views/DocumentDecorations.scss | |
| parent | b0fa926fdb99e9baae9a76317ef58ba9e8e52886 (diff) | |
DocumentDecorations layout checkbox only in delevolper mode
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 4f23681ac..ca3610cc0 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -243,7 +243,7 @@ $resizeHandler: 8px; & .checkbox-text{ display: inline; position: relative; - top: 2; + top: 1.5; font-size: 8px; } } |
