From: Sebastian Butsch Date: Fri, 21 Feb 2025 15:35:51 +0000 (+0100) Subject: Set body width to auto X-Git-Tag: v4.17.0~53 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=5f3a820571254ea89aef9e43e54fb4c14f9e37e7;p=adminer.git Set body width to auto --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 54be43a4..d41cc981 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -1,5 +1,5 @@ /** @author Ondrej Valka, http://valka.info */ -body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: fit-content; } +body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; min-width: fit-content; } a { color: blue; text-decoration: none; } a:visited { color: navy; } a:link:hover, a:visited:hover { color: red; text-decoration: underline; }