aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-02-04 12:55:36 -0800
committerMark Otto <[email protected]>2017-02-04 12:55:36 -0800
commitd822e9e491bdeae5d770a68e708819aa6fb07f24 (patch)
tree20dca3928a632a79e0ac270c6a02e6f923d2774f /docs/dist/css/bootstrap.css
parentcfb25f6995160d1ba03da23c3a01446844f45fec (diff)
downloadbootstrap-d822e9e491bdeae5d770a68e708819aa6fb07f24.tar.xz
bootstrap-d822e9e491bdeae5d770a68e708819aa6fb07f24.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css4
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;
}