This repository was archived by the owner on Feb 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 308
E052
Herst edited this page Nov 7, 2018
·
2 revisions
.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;">
.float-right and .float-left classes, and manual style attributes with float: left or float: right are not allowed on .row elements
Wrong:
<div class="row float-right"><div class="row" style="float: left;">Bootlint documentation wiki content is licensed under the CC BY 3.0 License, and based on Bootstrap's docs which are copyright Twitter, Inc.