1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

CSS: Expand <code> in <pre>

This commit is contained in:
Jakub Vrana
2025-03-12 17:35:37 +01:00
parent eb0f280776
commit a0fe44ec18

View File

@@ -25,6 +25,7 @@ pre { margin: 1em 0 0; }
td pre { margin: 0; }
pre, textarea { font: 100%/1.25 monospace; }
pre.jush { background: #fff; }
pre code { display: block; }
input, textarea { box-sizing: border-box; }
input, select { vertical-align: middle; }
input[type="radio"] { vertical-align: text-bottom; }