1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Fixes #11351: Correct grid class reset on input groups by using attribute selector, not an old class from v3 betas

This commit is contained in:
Mark Otto
2013-11-30 12:52:08 -08:00
parent a52e528d27
commit 853b69f2df
3 changed files with 3 additions and 3 deletions

View File

@@ -3860,7 +3860,7 @@ input[type="button"].btn-block {
border-collapse: separate;
}
.input-group.col {
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;

File diff suppressed because one or more lines are too long