Skip to content

Commit af0ade8

Browse files
authored
fix mobile view codeblock overflow (#1)
1 parent e17d9b1 commit af0ade8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme/components/feature-demo/index.module.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
.codeWrapper {
3939
flex: 1.2;
4040
min-width: 0;
41+
max-width: 100%;
4142
}
4243

4344
@media screen and (max-width: 768px) {
@@ -61,4 +62,4 @@
6162
.description {
6263
text-align: center;
6364
}
64-
}
65+
}

0 commit comments

Comments
 (0)