]> git.joonet.de Git - adminer.git/commitdiff
Set body width to auto
authorSebastian Butsch <sbh@medicuja.com>
Fri, 21 Feb 2025 15:35:51 +0000 (16:35 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 21 Feb 2025 16:20:17 +0000 (17:20 +0100)
adminer/static/default.css

index 54be43a461674ef6cc5473873968d0f902675cb8..d41cc9814ce22bc3c998446fa64230c7d4056645 100644 (file)
@@ -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; }