From c50642021b7b5a9cb2485c55e6246267c8f99133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Mon, 22 May 2023 08:46:22 +0000 Subject: [PATCH] fix: Checkbox margin --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 109a259f7..05f37ac47 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -700,7 +700,7 @@ select option { height: 44px; border-radius: 44px; padding: 0 14px; - margin: 0 -7px 0 -14px; + margin: 0; } #rl-app .e-component.e-checkbox.material-design:hover, @@ -1577,5 +1577,4 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app .tabs .tab-content { border-color: var(--color-primary-element); - padding: 10px 20px; } \ No newline at end of file