Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
Herst edited this page Sep 8, 2018 · 2 revisions

Note: Below is the original page from the Bootlint documentation, some of the info here might not apply to Bootlint-NG!


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