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 {

View File

@ -291,6 +291,7 @@ input[type="color"] {
// -------------------------
.input-group {
display: table;
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 {