diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-01 09:04:41 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-01 09:04:41 -0400 |
| commit | 2e001d89e2490f278764135f02d9191b5d704dbd (patch) | |
| tree | 75c3ba5c7983d97e49e06f4fa2702abbebe9b6f7 /src/client/views/InkTranscription.scss | |
| parent | 6d0cec80757dcdb07434d7788dd2eb97c2ce4b7c (diff) | |
| parent | fa17eee93e43e2a06565045557e01a3687fb2505 (diff) | |
merged with master
Diffstat (limited to 'src/client/views/InkTranscription.scss')
| -rw-r--r-- | src/client/views/InkTranscription.scss | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/client/views/InkTranscription.scss b/src/client/views/InkTranscription.scss index 18d6b8b10..c77117ccc 100644 --- a/src/client/views/InkTranscription.scss +++ b/src/client/views/InkTranscription.scss @@ -2,9 +2,7 @@ .error-msg { display: none !important; } - .ms-editor{ - .smartguide{ - top:1000px; - } + .ms-editor { + top: 1000px; } -}
\ No newline at end of file +} |
