1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 20:31:19 +02:00

Increase space after SQL result (fix #937)

This commit is contained in:
Jakub Vrana
2025-03-21 22:31:44 +01:00
parent 719c1e7067
commit f7b20b5f6f
3 changed files with 3 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ input.wayoff { left: -1000px; position: absolute; }
.view { font-style: italic; }
.active { font-weight: bold; }
.sqlarea { width: 98%; }
.sql-footer { margin-bottom: 2.5em; }
.explain table { white-space: pre; }
.icon { width: 18px; height: 18px; background-color: navy; }
.icon:hover { background-color: red; }