assets/css/appscms-theme.css in appscms-tools-theme-4.7.1 vs assets/css/appscms-theme.css in appscms-tools-theme-4.7.2

- old
+ new

@@ -134,11 +134,11 @@ .appscms-toolbar .list-item-dropdown { border: 5px solid #fff; left: 0px; position: fixed; top: 100px; - min-width: 500px; + min-width: 100%; max-height: 500px; overflow-y: auto; width: 90vw; box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05); z-index: 200; @@ -1941,12 +1941,12 @@ } /* category section */ .toolfilters { font-size: 10px; - height: 30px; padding: 3px; + min-width: auto !important; } .toolfilter { margin: auto; padding: 0px 15px; } @@ -2032,10 +2032,10 @@ } /* Small devices (tablets) */ @media (min-width: 576px) and (max-width: 767.98px) { .toolfilters { font-size: 10px; - height: 40px; + min-width: none !important; padding: 1px; } #searchbar-placeholder { font-size: 13px; }