aboutsummaryrefslogtreecommitdiff
path: root/less/input-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-31 18:06:20 -0700
committerMark Otto <[email protected]>2013-07-31 18:06:20 -0700
commite9413315b55ec036a6de9846e4fb2fed1f910b7c (patch)
tree4755733bfa487cd15a2c96c46959a8f31f193fad /less/input-groups.less
parent3cdb07fab3957ce3a97d17ea9cdf55b4c35c5cbc (diff)
downloadbootstrap-e9413315b55ec036a6de9846e4fb2fed1f910b7c.tar.xz
bootstrap-e9413315b55ec036a6de9846e4fb2fed1f910b7c.zip
fixes #8937: align the dropdown menus in input groups
Diffstat (limited to 'less/input-groups.less')
-rw-r--r--less/input-groups.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/input-groups.less b/less/input-groups.less
index fed7d5645..f717e59c0 100644
--- a/less/input-groups.less
+++ b/less/input-groups.less
@@ -5,6 +5,7 @@
// Base styles
// -------------------------
.input-group {
+ position: relative; // For dropdowns
display: table;
border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table