diff options
| author | Mark Otto <[email protected]> | 2017-01-03 19:25:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-03 19:25:15 -0800 |
| commit | acea0b4cc2b513baf240c737af8f8cfd99ae87ab (patch) | |
| tree | 468b52bf0b4e9eece4ef0ad8c70c2ee5a0fad672 /docs/dist/css/bootstrap.css | |
| parent | 7a087b69b705979e631367a92d7669674fbb05a3 (diff) | |
| download | bootstrap-acea0b4cc2b513baf240c737af8f8cfd99ae87ab.tar.xz bootstrap-acea0b4cc2b513baf240c737af8f8cfd99ae87ab.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index e29f8b8f2..ddb0222d5 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3273,10 +3273,10 @@ tbody.collapse.show { .btn-group, .btn-group-vertical { position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; vertical-align: middle; } |
