We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6d283 commit 328d608Copy full SHA for 328d608
src/css/doc.css
@@ -146,6 +146,10 @@ body {
146
font-weight: 600;
147
}
148
149
+ .doc .header-label-container > div.labels {
150
+ padding-top: 0;
151
+ }
152
+
153
.doc h2:not(.discrete) {
154
font-size: 1.2rem;
155
src/css/labels.css
@@ -16,6 +16,7 @@
16
justify-content: space-between;
17
gap: 0.25rem;
18
margin-left: auto;
19
+ padding-top: 0.4rem;
20
line-height: var(--doc-line-height);
21
22
0 commit comments