aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkTranscription.scss
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2024-10-01 18:45:03 -0400
committereleanor-park <eleanor_park@brown.edu>2024-10-01 18:45:03 -0400
commit5d859cab5fa714860723fa252498c407d5909cdc (patch)
treea8366cbcacdbb18fb24204e8b89187db49a26785 /src/client/views/InkTranscription.scss
parent06ab521c759e44a26be58fdf7ffc8d790e551236 (diff)
parent39dc004c0f8e4bcc21ca0c2ecb0b665037f3d1ad (diff)
Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web into eleanor-gptdraw
Diffstat (limited to 'src/client/views/InkTranscription.scss')
-rw-r--r--src/client/views/InkTranscription.scss8
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
+}