From 6281b5eee24fc2db778667d4977b5fbdee52fa3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 19 Nov 2022 12:20:18 +0000 Subject: [PATCH] fix: Broken checkboxes in embed mode --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 62a0e5039..537089b37 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -437,6 +437,7 @@ select option { } .e-checkbox.material-design>div { + box-sizing: border-box !important; border: 2px solid var(--color-primary-element); border-radius: 2px; box-sizing: border-box;