diff options
| author | Mark Otto <[email protected]> | 2013-11-30 12:52:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 12:52:08 -0800 |
| commit | 853b69f2dfe66a839efa6216e9e7c1a530f92f62 (patch) | |
| tree | 7ad1be73626b6bced7bcfadac03d714e374a85de /less/input-groups.less | |
| parent | a52e528d2771e0f150682532b06c0f29fa6b0ad6 (diff) | |
| download | bootstrap-853b69f2dfe66a839efa6216e9e7c1a530f92f62.tar.xz bootstrap-853b69f2dfe66a839efa6216e9e7c1a530f92f62.zip | |
Fixes #11351: Correct grid class reset on input groups by using attribute selector, not an old class from v3 betas
Diffstat (limited to 'less/input-groups.less')
| -rw-r--r-- | less/input-groups.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/input-groups.less b/less/input-groups.less index 8516a79e9..d19c4c64a 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -10,7 +10,7 @@ border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table // Undo padding and float of grid classes - &.col { + &[class*="col-"] { float: none; padding-left: 0; padding-right: 0; |
