Skip to content

Commit a3a1c34

Browse files
committed
margin tweak
1 parent db1e960 commit a3a1c34

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ body {
674674

675675
.doc .tableblock caption {
676676
display: table-caption;
677+
margin-top: 0.25rem;
677678
}
678679

679680
.hide-table-captions .doc .tableblock caption {

src/css/labels.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616
justify-content: space-between;
1717
gap: 0.25rem;
1818
margin-left: auto;
19-
padding-top: 0.4rem;
2019
line-height: var(--doc-line-height);
2120
}
2221

22+
.sect-header .header-label-container > div.labels {
23+
padding-top: 0.4rem;
24+
}
25+
2326
.header-label-container > div.labels.wrapped {
2427
margin-left: 0;
2528
}
@@ -38,6 +41,7 @@ h1 > .header-label {
3841

3942
.doc .tableblock caption > .labels {
4043
float: inline-end;
44+
margin-top: -0.25rem;
4145
}
4246

4347
.listing-block .content-labels,

0 commit comments

Comments
 (0)