From 3b5e0c9a3cae9bfae38253ae153a3426d1f81ad3 Mon Sep 17 00:00:00 2001 From: Tobias Lindig Date: Tue, 10 Dec 2013 16:47:12 +0100 Subject: hide space characters in input-group-btn to fix segmented buttons double border --- dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 261fc46de..02eee9d34 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3301,6 +3301,7 @@ textarea.input-group-sm > .input-group-btn > .btn { } .input-group-btn { position: relative; + font-size: 0; white-space: nowrap; } .input-group-btn:first-child > .btn { @@ -3313,7 +3314,7 @@ textarea.input-group-sm > .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { - margin-left: -4px; + margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:active { -- cgit v1.2.3