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; }