Fix SQL editor's alignment in rtl

Initially added in 75f255bc0f

Co-Authored-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: Reza Askari <git@rzsk.net>
This commit is contained in:
Reza Askari 2024-03-31 15:35:52 +03:30 committed by William Desportes
parent e903b739a7
commit 273cceda02
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ $textarea-rows: 15;
.CodeMirror {
height: 20rem;
direction: ltr;
border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius);

View File

@ -7,7 +7,6 @@ $textarea-rows: 15 !default;
font-family: $font-family-monospace !important;
height: 20rem;
border: 1px solid #ccc;
direction: ltr;
}
// Code mirror default style (do not affect the console style)

View File

@ -3,7 +3,6 @@ $textarea-rows: 15;
.CodeMirror {
height: 20rem;
direction: ltr;
}
// Code mirror default style (do not affect the console style)