Skip to content

Commit 066b1c1

Browse files
JoshuaKGoldbergauvred
authored andcommitted
chore(website): only min-height code blocks with playground buttons (typescript-eslint#8111)
1 parent 613d59c commit 066b1c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/website/src/theme/CodeBlock/Content/styles.module.css

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
/* rtl:ignore */
77
direction: ltr;
88
border-radius: inherit;
9+
}
10+
11+
.codeBlockContent:has(.playgroundButton) {
912
min-height: 5.5rem;
1013
}
1114

0 commit comments

Comments
 (0)