Skip to content

Commit cfb847e

Browse files
fix: wrap tab list on small screens (#213)
1 parent 7df96ac commit cfb847e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scss/_tabs.scss

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
.yfm-tab-list {
2121
display: flex;
22+
flex-wrap: wrap;
2223
margin-bottom: 15px;
2324

2425
border-bottom: 1px solid $borderColor;

0 commit comments

Comments
 (0)