]> git.joonet.de Git - adminer.git/commitdiff
Remove margin from td pre
authorJakub Vrana <jakub@vrana.cz>
Tue, 4 Mar 2025 17:46:28 +0000 (18:46 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 4 Mar 2025 17:46:28 +0000 (18:46 +0100)
adminer/static/default.css

index 54019bfeec167e6b497a46d7658e247d02453eaa..24bf9a215a04dbba8c18431dfe19e658ca977ad0 100644 (file)
@@ -22,6 +22,7 @@ td img { max-width: 200px; max-height: 200px; }
 code { background: #eee; }
 tbody tr:hover td, tbody tr:hover th { background: #eee; }
 pre { margin: 1em 0 0; }
+td pre { margin: 0; }
 pre, textarea { font: 100%/1.25 monospace; }
 pre.jush { background: #fff; }
 input, textarea { box-sizing: border-box; }