Skip to content

Commit 9e7b909

Browse files
authored
Fix input group read out from table to nothing. (#8003)
1 parent 0d913bf commit 9e7b909

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Bootstrap/dist/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/input-groups.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// -------------------------
99
.input-group {
1010
position: relative; // For dropdowns
11-
display: table;
11+
display: table-row;
1212
border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table
1313

1414
// Undo padding and float of grid classes

0 commit comments

Comments
 (0)