From 30e5ec727c607ba5b66082530c8b27a9c20e706c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 31 Oct 2024 20:14:00 +0700 Subject: [PATCH] Update main.css --- styles/templates/default/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/templates/default/css/main.css b/styles/templates/default/css/main.css index 573d5044..1a4240d4 100644 --- a/styles/templates/default/css/main.css +++ b/styles/templates/default/css/main.css @@ -71,7 +71,7 @@ html { min-height: 100.1%; /* always show vertical scrollbar in Mozilla */ } body { - min-width: 760px; color: #000000; background: #E3E3E3; + min-width: 760px; min-width: fit-content; color: #000000; background: #E3E3E3; } body, th, td, font { font: 12px Verdana,Arial,sans-serif;