Skip to content

Commit b2555a4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents bf95194 + 4953dd1 commit b2555a4

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ phpMyAdmin - ChangeLog
5151
- issue #18314 Fix dragged row in index form
5252
- issue #17392 Fix the actions not being hidden in the Triggers, Routines, Events pages
5353
- issue #18441 Fix execute routine page not working when not in a modal
54+
- issue #18471 Fix SQL statement not being displayed correctly on RTL languages
5455

5556
5.2.1 (2023-02-07)
5657
- issue #17522 Fix case where the routes cache file is invalid

public/themes/bootstrap/scss/_common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,6 @@ div.sqlvalidate {
804804
margin-bottom: 0;
805805
max-height: 10em;
806806
overflow: auto;
807-
direction: ltr;
808807
}
809808

810809
#PMA_slidingMessage code.sql,

public/themes/metro/scss/_common.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,6 @@ code {
10641064
margin-bottom: 0;
10651065
max-height: 10em;
10661066
overflow: auto;
1067-
direction: ltr;
10681067
}
10691068
}
10701069

@@ -1076,7 +1075,6 @@ div.sqlvalidate,
10761075
overflow: auto;
10771076
background-color: $body-bg;
10781077
border: 1px solid $border-color;
1079-
direction: ltr;
10801078
}
10811079

10821080
textarea#partitiondefinition {

public/themes/original/scss/_common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@ div.sqlvalidate {
797797
margin-bottom: 0;
798798
max-height: 10em;
799799
overflow: auto;
800-
direction: ltr;
801800
}
802801

803802
.result_query div.sqlOuter,

public/themes/pmahomme/scss/_common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,6 @@ div.sqlvalidate {
990990
margin-bottom: 0;
991991
max-height: 10em;
992992
overflow: auto;
993-
direction: ltr;
994993
}
995994

996995
.result_query div.sqlOuter {

0 commit comments

Comments
 (0)