Skip to content

Commit

Permalink
fix: inline-expression css
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Jan 1, 2025
1 parent de7f1a0 commit 5b0a588
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions frontend/src2/styles/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,13 @@
margin-left: auto !important;
}


.inline-expression {
.cm-content {
padding: 0 !important;
line-height: 26px !important;
}
.cm-placeholder {
line-height: 26px !important;
}
.cm-gutters {
line-height: 26px !important;
}
.inline-expression .cm-content {
padding: 0 !important;
line-height: 26px !important;
}
.inline-expression .cm-placeholder {
line-height: 26px !important;
}
.inline-expression .cm-gutters {
line-height: 26px !important;
}

0 comments on commit 5b0a588

Please sign in to comment.