Skip to content

Commit da382dc

Browse files
authored
Merge pull request #2909 from ClickHouse/issue_1897
fix overflow of Admonition content
2 parents e7e9438 + 8a21890 commit da382dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/Admonition/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
.admonitionContent {
3737
padding: 1rem;
3838
background: var(--click-color-note-background);
39+
overflow: hidden;
3940
}
4041

4142
.admonitionContent > :last-child {

0 commit comments

Comments
 (0)