From c1d44f80d3702b712ee9f58c4a1a50a3ef68e268 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 30 Nov 2024 02:32:45 +0200 Subject: [PATCH] style(next): fix a margin --- src/public/stylesheets/theme-next.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 750f350ff..a692e9add 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -976,7 +976,8 @@ html .note-detail-editable-text :not(figure, .include-note):first-child { } .options-section p:last-of-type:not(:first-of-type), -.options-section h4 + p:last-child { +.options-section h4 + p:last-child, +.options-section .existing-anonymized-databases { margin-bottom: 0; }