GX-Bug #68799
Typo in CSS-class in themes/Honeygrid/html/system/product_listing_filter.html | Tippfehler in CSS-Klasse in themes/Honeygrid/html/system/product_listing_filter.html
% Done:
0%
Estimated time:
Steps to reproduce:
Betroffene Versionen:
4.4.0.2
Release Notes Langtext:
Korrektur bei der Benennung einer CSS-Klasse in der Datei themes/Honeygrid/html/system/product_listing_filter.html
Description
cols-xs-12
has to be col-xs-12
. The naming is wrong for two div blocks (pagination) in the file themes/Honeygrid/html/system/product_listing_filter.html file. The wrong class has no visible effect, because the div block uses the complete width in the xs-breakpoint nevertheless.