[Plugin: W3 Total Cache] CSS minify bug
-
I’m doing some tests and found a bug.
Original CSS was
.site-autor ol li:after{content:", ";}Now it is
.site-autor ol li:after{content:",";}The space after , was removed, and with that all inline list items are being rendered without any space, and line can’t wrap. That breaks layout and makes sidebar go wider and invade content column area, which becomes narrow.
I tried to disable CSS minification, delete cache, reload page and nothing worked. Only disabling whole minify in general options fixed it.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: W3 Total Cache] CSS minify bug’ is closed to new replies.