From 2ea3f6de4a4b013d35fe3deb8d78bd654780ceae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sun, 18 Dec 2022 19:35:53 +0000 Subject: [PATCH] fix: Checkbox overlaps with other elements --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index daabd9bfe..84e5ce296 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -487,7 +487,7 @@ select option { height: 44px; border-radius: 44px; padding: 0 14px; - margin: 0 -14px; + margin: 0 -7px 0 -14px; } #rl-app .e-component.e-checkbox.material-design:hover,