Skip to content

Commit 59d3b0e

Browse files
authored
fix: tab max-width (#601)
1 parent 83e498f commit 59d3b0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/MDXComponents/simple-tab.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ul.tabs {
44
margin-bottom: 16px !important;
55
border-bottom: 1px solid #dbdbdb;
66
white-space: nowrap;
7+
max-width: 100%;
8+
overflow: auto;
79

810
li {
911
display: block;

0 commit comments

Comments
 (0)