From bf580e444c1da52f09bdde5932e914800a7a4721 Mon Sep 17 00:00:00 2001 From: akartavtsev Date: Tue, 14 Jan 2020 13:01:37 +0200 Subject: [PATCH] #25300 Mobile view issue on category page - Sort By label overlaps with Shop By button --- .../web/css/source/module/_toolbar.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_toolbar.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_toolbar.less index b587c169f67eb..9d30f787a7431 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_toolbar.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_toolbar.less @@ -243,3 +243,13 @@ } } } + +// +// Mobile +// _____________________________________________ + +.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) { + .sorter-options { + margin: 0 2px; + } +}