Grid System: whitespace in class name
-
Output looks like this:
<div class="row"> <div class=" col-sm-4"> Content </div> <div class=" col-sm-8"> Content </div> </div>This causes selecors like
[class^="col-"]to stop working. Haven’t tested the other modules.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Grid System: whitespace in class name’ is closed to new replies.