Skip to content

Commit 1feb1f8

Browse files
committed
Trim paragraph margins at the bottom of tab panels
1 parent 9431223 commit 1feb1f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sphinx_tabs/static/tabs.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
border: 0;
2020
padding: 1rem 1.5rem;
2121
margin-bottom: 0;
22+
23+
}
24+
25+
.sphinx-tabs-tab p:last-child {
26+
margin-bottom: 0;
2227
}
2328

2429
.sphinx-tabs-tab[aria-selected="true"] {

0 commit comments

Comments
 (0)