0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

Adding .clearfix() to .form-actions to allow for .pull-right button containers

This commit is contained in:
BigBlueHat - Web Manufacturer 2012-02-14 15:16:55 -05:00
parent b0bd3efc4a
commit 18760393d7

View File

@ -324,6 +324,7 @@ select:focus:required:invalid {
margin-bottom: @baseLineHeight;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
.clearfix(); // Adding clearfix to allow for .pull-right button containers
}
// For text that needs to appear as an input but should not be an input