From 3793bd6e4fdfd235b2b7ad254ed277d61b1a5e24 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Mon, 1 Nov 2021 21:23:13 +0000 Subject: [PATCH] fix rounded corners on modals --- main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/main.css b/main.css index 9b4b1f4..0ea7c50 100644 --- a/main.css +++ b/main.css @@ -2989,6 +2989,7 @@ input:checked + .slider:before { z-index:31; min-width:500px; max-width:90%; + overflow: hidden; overflow-wrap: break-word; }