diff options
| author | Mark Otto <[email protected]> | 2017-02-04 12:55:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-02-04 12:55:36 -0800 |
| commit | d822e9e491bdeae5d770a68e708819aa6fb07f24 (patch) | |
| tree | 20dca3928a632a79e0ac270c6a02e6f923d2774f /docs/dist/css/bootstrap.css | |
| parent | cfb25f6995160d1ba03da23c3a01446844f45fec (diff) | |
| download | bootstrap-d822e9e491bdeae5d770a68e708819aa6fb07f24.tar.xz bootstrap-d822e9e491bdeae5d770a68e708819aa6fb07f24.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 9ae5e2c73..4d986c5c5 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3186,6 +3186,9 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -3754,7 +3757,6 @@ tbody.collapse.show { .nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link { color: #fff; - cursor: default; background-color: #0275d8; } |
