Skip to content

Commit 8b80a17

Browse files
committed
Fix hr appearing directly below a tab content
1 parent 82bd078 commit 8b80a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/css/base/elements/elements.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
hr, .markdown h2:not(header + h2), article > h2:not(header + h2) {
425425
--border-width: 0.3px;
426426
}
427-
.markdown h2:not(header + h2), article > h2:not(header + h2, hr + h2) {
427+
.markdown h2:not(header + h2), article > h2:not(header + h2, hr + h2, .c-doc-tabs + h2) {
428428
position: relative;
429429
--distance: var(--spacing-2xl);
430430
margin-block-start: var(--distance);

0 commit comments

Comments
 (0)