Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
XhmikosR edited this page Aug 11, 2017 · 2 revisions

E052

.pull-right and .pull-left classes, and manual style attributes with float: left or float: right are not allowed on .row elements

The grid already uses css floats to work, so manually applying floats like this will break the way the grid works.

Wrong:

<div class="row pull-right">
<div class="row" style="float: left;">
Clone this wiki locally