From e9413315b55ec036a6de9846e4fb2fed1f910b7c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 31 Jul 2013 18:06:20 -0700 Subject: fixes #8937: align the dropdown menus in input groups --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1d8885943..e0862209e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1894,6 +1894,7 @@ input[type="button"].btn-block { } .input-group { + position: relative; display: table; border-collapse: separate; } -- cgit v1.2.3