Skip to content

Commit 9acee33

Browse files
authored
Fixes codehinter field margin for text (ToolJet#2557)
1 parent e4b43e2 commit 9acee33

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

frontend/src/_styles/theme.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4448,11 +4448,7 @@ input[type="text"] {
44484448
.popup-btn {
44494449
margin-top: 0.65rem !important;
44504450
}
4451-
.CodeMirror pre.CodeMirror-line {
4452-
height: 32px !important;
4453-
margin-bottom: 6px !important;
4454-
}
4455-
.CodeMirror-placeholder {
4451+
.CodeMirror-placeholder, .CodeMirror pre.CodeMirror-line {
44564452
height: 21px !important;
44574453
position: absolute !important;
44584454
margin-top: 3px !important;

0 commit comments

Comments
 (0)