Skip to content

Commit bcdb2af

Browse files
authored
Trim paragraph margins at the bottom of tab panels
1 parent 9431223 commit bcdb2af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sphinx_tabs/static/tabs.css

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
border: 0;
2020
padding: 1rem 1.5rem;
2121
margin-bottom: 0;
22+
23+
p:last-child {
24+
margin-bottom: 0;
25+
}
2226
}
2327

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

0 commit comments

Comments
 (0)