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:
parent
b0bd3efc4a
commit
18760393d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user