1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 02:24:19 +02:00

fixes #7977: prevent some table bullshit on input groups

This commit is contained in:
Mark Otto
2013-06-27 20:15:44 -07:00
parent 5156234c23
commit d9a662ed1d
2 changed files with 2 additions and 0 deletions

View File

@@ -1679,6 +1679,7 @@ input[type="color"].input-small {
.input-group {
display: table;
border-collapse: separate;
}
.input-group.col {