We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e498f commit 59d3b0eCopy full SHA for 59d3b0e
src/components/MDXComponents/simple-tab.module.css
@@ -4,6 +4,8 @@ ul.tabs {
4
margin-bottom: 16px !important;
5
border-bottom: 1px solid #dbdbdb;
6
white-space: nowrap;
7
+ max-width: 100%;
8
+ overflow: auto;
9
10
li {
11
display: block;
0 commit comments