2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fixes #8937: align the dropdown menus in input groups

This commit is contained in:
Mark Otto
2013-07-31 18:06:20 -07:00
parent 3cdb07fab3
commit e9413315b5
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1894,6 +1894,7 @@ input[type="button"].btn-block {
} }
.input-group { .input-group {
position: relative;
display: table; display: table;
border-collapse: separate; border-collapse: separate;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -5,6 +5,7 @@
// Base styles // Base styles
// ------------------------- // -------------------------
.input-group { .input-group {
position: relative; // For dropdowns
display: table; display: table;
border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table