fix: pane layout broken when wrap line is off (#3027)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
Nivedin
2023-05-03 20:39:22 +05:30
committed by GitHub
parent 8450fb6596
commit d129676cd6

View File

@@ -481,6 +481,10 @@ pre.ace_editor {
}
.cm-editor {
.cm-content {
@apply whitespace-normal;
}
.cm-line::selection {
@apply bg-accentDark #{!important};
@apply text-accentContrast #{!important};