mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 16:14:04 +02:00
fixes #7977: prevent some table bullshit on input groups
This commit is contained in:
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -1679,6 +1679,7 @@ input[type="color"].input-small {
|
|||||||
|
|
||||||
.input-group {
|
.input-group {
|
||||||
display: table;
|
display: table;
|
||||||
|
border-collapse: separate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group.col {
|
.input-group.col {
|
||||||
|
@@ -291,6 +291,7 @@ input[type="color"] {
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
.input-group {
|
.input-group {
|
||||||
display: table;
|
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
|
// Undo padding and float of grid classes
|
||||||
&.col {
|
&.col {
|
||||||
|
Reference in New Issue
Block a user