Skip to content

Commit a98297c

Browse files
committed
fix up spacing between image tabs etc
1 parent 9987542 commit a98297c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ui/src/css/doc.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,14 @@
313313
margin: 1rem 0 0;
314314
}
315315

316+
.doc .openblock.tabs {
317+
margin-top: calc(40 / var(--rem-base) * 1rem);
318+
}
319+
320+
.doc .imageblock {
321+
margin-top: calc(40 / var(--rem-base) * 1rem);
322+
}
323+
316324
.doc > table.tableblock,
317325
.doc > table.tableblock + *,
318326
.doc .tablecontainer,

ui/src/css/tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
.tabpanel {
8282
background-color: #fff;
83-
padding: 1.25em 0;
83+
padding: 2.5em 0 1.25em 0;
8484
}
8585

8686
.tabs.is-loading .tabpanel + .tabpanel,

0 commit comments

Comments
 (0)