Skip to content

Commit 7da019f

Browse files
authored
refactor: remove documentation accordion table margin (#36)
1 parent c86086a commit 7da019f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/assets/css/_document.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ code.hljs .hljs-ln-n {
8585
@apply mb-6;
8686
}
8787

88+
.documentation-content .accordion table,
89+
.documentation-content .accordion .table-wrapper {
90+
@apply mb-0;
91+
}
92+
8893
.documentation-content p {
8994
@apply mb-6 leading-7;
9095
}

0 commit comments

Comments
 (0)