From 245369d60a8769624c92778f317f01e49198f01c Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Thu, 10 Nov 2022 17:03:18 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9bug=20css=20reskreen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycaldav/static/mycaldav/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mycaldav/static/mycaldav/style.css b/mycaldav/static/mycaldav/style.css index 81616b4..32f4174 100644 --- a/mycaldav/static/mycaldav/style.css +++ b/mycaldav/static/mycaldav/style.css @@ -30,10 +30,13 @@ } table{ + + width: 100%; +} +body{ font-family: var(--main-text-family); font-size: 12pt; color: var(--main-text-color); - width: 100%; } a{ color: var(--main-text-color) !important;