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:
parent
e903b739a7
commit
273cceda02
@ -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);
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -3,7 +3,6 @@ $textarea-rows: 15;
|
||||
|
||||
.CodeMirror {
|
||||
height: 20rem;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
// Code mirror default style (do not affect the console style)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user