diff options
| author | Mark Otto <[email protected]> | 2015-08-17 18:20:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-17 18:20:33 -0700 |
| commit | be34e2fde6abc0edce916e8aeabfbb90a1b8bfc5 (patch) | |
| tree | 0b023947fd1d7d846f4e2a649699f36138e738d6 /dist/css/bootstrap.css | |
| parent | 29b4031db5cdce170b817967e73f5fd5891a6545 (diff) | |
| download | bootstrap-be34e2fde6abc0edce916e8aeabfbb90a1b8bfc5.tar.xz bootstrap-be34e2fde6abc0edce916e8aeabfbb90a1b8bfc5.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index dc14c270f..ab84e9186 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2928,12 +2928,16 @@ input[type="button"].btn-block { .dropdown-item { display: block; + width: 100%; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.5; color: #373a3c; + text-align: inherit; white-space: nowrap; + background: none; + border: 0; } .dropdown-item:focus, |
