From 47f1f19970130f2866df061159e968cdcf2b1fd5 Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Fri, 1 Nov 2024 13:55:22 +0100 Subject: [PATCH] Fix SQL query code direction if RTL language is used --- adminer/static/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/adminer/static/default.css b/adminer/static/default.css index a16d9108..4441ffe8 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -111,6 +111,7 @@ table.dragging { background: #eee; } .rtl .pages { left: auto; right: 21em; } .rtl input.wayoff { left: auto; right: -1000px; } .rtl #lang, .rtl #menu { left: auto; right: 0; } +.rtl pre, .rtl code { direction: ltr; } @media all and (max-width: 880px) { .pages { left: auto; }