We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e81a4 commit c47d25eCopy full SHA for c47d25e
1 file changed
web/src/styles/custom.css
@@ -204,6 +204,7 @@ th, td {
204
border: 1px solid var(--sl-color-gray-3);
205
padding: 8px;
206
text-align: center;
207
+ vertical-align: middle !important;
208
color: var(--sl-color-text);
209
}
210
@@ -218,4 +219,10 @@ th {
218
219
220
td {
221
background-color: var(--sl-color-bg-inline-code);
-}
222
+}
223
+
224
+.sl-heading-wrapper {
225
+ display: inline-block;
226
+ margin-bottom: 20px;
227
+ margin-top: 20px;
228
0 commit comments