]> git.joonet.de Git - adminer.git/commitdiff
Fit number 100 in .size (text length)
authorJakub Vrana <jakub@vrana.cz>
Sun, 23 Feb 2025 12:40:41 +0000 (13:40 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sun, 23 Feb 2025 12:40:41 +0000 (13:40 +0100)
adminer/static/default.css

index 986e41656977f222d61124f62c9a85f60fa7cfdf..54019bfeec167e6b497a46d7658e247d02453eaa 100644 (file)
@@ -59,7 +59,7 @@ input.wayoff { left: -1000px; position: absolute; }
 .explain { white-space: pre; }
 .icon { width: 18px; height: 18px; background-color: navy; }
 .icon:hover { background-color: red; }
-.size { width: 6ex; }
+.size { width: 7ex; }
 .help { cursor: help; }
 .footer { position: sticky; bottom: 0; margin-right: -20px; border-top: 20px solid rgba(255, 255, 255, .7); border-image: linear-gradient(rgba(255, 255, 255, .2), #fff) 100% 0; }
 .footer > div { background: #fff; padding: 0 0 .5em; }