style(next): fix a margin

This commit is contained in:
Elian Doran
2024-11-30 02:32:45 +02:00
parent 005674e955
commit c1d44f80d3

View File

@@ -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 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; margin-bottom: 0;
} }