Skip to content

Commit

Permalink
#25300 Mobile view issue on category page - Sort By label overlaps wi…
Browse files Browse the repository at this point in the history
…th Shop By button
  • Loading branch information
akartavtsev committed Jan 14, 2020
1 parent 18c339e commit bf580e4
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,13 @@
}
}
}

//
// Mobile
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) {
.sorter-options {
margin: 0 2px;
}
}

0 comments on commit bf580e4

Please sign in to comment.