1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-24 15:12:51 +02:00

Display explain on first click

Also remove extra newlines in explain
This commit is contained in:
Jakub Vrana
2025-03-08 18:14:13 +01:00
parent 3b2ef32349
commit afe7dd9ad9
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ input.wayoff { left: -1000px; position: absolute; }
.view { font-style: italic; }
.active { font-weight: bold; }
.sqlarea { width: 98%; }
.explain { white-space: pre; }
.explain table { white-space: pre; }
.icon { width: 18px; height: 18px; background-color: navy; }
.icon:hover { background-color: red; }
.size { width: 7ex; }