Skip to content

Commit c47d25e

Browse files
committed
Fix table vertical align & heading margins
1 parent 78e81a4 commit c47d25e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

web/src/styles/custom.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ th, td {
204204
border: 1px solid var(--sl-color-gray-3);
205205
padding: 8px;
206206
text-align: center;
207+
vertical-align: middle !important;
207208
color: var(--sl-color-text);
208209
}
209210

@@ -218,4 +219,10 @@ th {
218219

219220
td {
220221
background-color: var(--sl-color-bg-inline-code);
221-
}
222+
}
223+
224+
.sl-heading-wrapper {
225+
display: inline-block;
226+
margin-bottom: 20px;
227+
margin-top: 20px;
228+
}

0 commit comments

Comments
 (0)