Commit e9413315 authored by Mark Otto's avatar Mark Otto

fixes #8937: align the dropdown menus in input groups

parent 3cdb07fa
...@@ -1894,6 +1894,7 @@ input[type="button"].btn-block { ...@@ -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;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5,6 +5,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment