From 7f883b930264a93dbb1831afeb2739f98a36d654 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 23 Feb 2025 13:40:41 +0100 Subject: [PATCH] Fit number 100 in .size (text length) --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index 986e4165..54019bfe 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -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; }