diff options
| author | Tobias Lindig <[email protected]> | 2013-12-10 16:47:12 +0100 |
|---|---|---|
| committer | Tobias Lindig <[email protected]> | 2013-12-10 16:47:12 +0100 |
| commit | 3b5e0c9a3cae9bfae38253ae153a3426d1f81ad3 (patch) | |
| tree | 1e3e02a35a71dd80be1e7e333e46662019a40697 /dist/css/bootstrap.css | |
| parent | a6b5c7db1287a614c918d08c0f7b127be03ebe62 (diff) | |
| download | bootstrap-3b5e0c9a3cae9bfae38253ae153a3426d1f81ad3.tar.xz bootstrap-3b5e0c9a3cae9bfae38253ae153a3426d1f81ad3.zip | |
hide space characters in input-group-btn to fix segmented buttons double border
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
