Merge #19088 - Fix #18437 - SQL editor's alignment in rtl

Pull-request: #19088
Fixes: #18437
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2025-09-14 17:39:04 +02:00
commit b78182d8ac
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)