Skip to content

Commit d4a2ae2

Browse files
committed
fixed tab size on mobile
1 parent 3b0a9e8 commit d4a2ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/Contentful/Tabs/themes/vertical.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ li.tab {
5252
@media (max-width: 768px) {
5353
padding-right: 20px;
5454
border-bottom: 5px solid $gray-border-color;
55-
min-width: auto;
55+
min-width: auto !important;
5656

5757
&:first-child {
5858
padding-left: 7px;

0 commit comments

Comments
 (0)