Skip to content

Commit

Permalink
fix: fix horizontal scroll on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
teleginzhenya committed Aug 8, 2024
1 parent 4c3aced commit f5f581a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Themes/Themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $block: '.#{variables.$ns}themes';
@media (max-width: map-get(pcVariables.$gridBreakpoints, 'md') - 1) {
/* stylelint-disable */
flex-wrap: nowrap !important;
margin: 0 -24px;
padding: 0 24px;
margin: 0 -16px;
padding: 0 16px;
}
}

Expand Down

0 comments on commit f5f581a

Please sign in to comment.