Skip to content

Commit 3964ef9

Browse files
committed
Ensure cards content background does not overflow
1 parent 1191f8d commit 3964ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pydata_sphinx_theme/assets/styles/extensions/_sphinx_design.scss

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ html[data-theme="light"] {
150150

151151
.bd-content .sd-card {
152152
border: 1px solid var(--pst-color-border);
153+
overflow: hidden;
153154

154155
.sd-card-header {
155156
background-color: var(--pst-color-on-background);

0 commit comments

Comments
 (0)