diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index f23ad0bdf04e951409ee1639d4d4a7a63d5164f9..fe81a1fa02747401bfb25f6340c2d1553e0d6beb 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 76a58dfb12334b8a4ee8015faa3246640f8db53f..3220216b96cc53595d453dbd861c622512541457 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3175,6 +3175,7 @@ a.thumbnail:hover {
   padding: 2px 4px 3px;
   font-size: 11.049999999999999px;
   font-weight: bold;
+  white-space: nowrap;
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #999999;
@@ -3220,6 +3221,7 @@ a.thumbnail:hover {
   padding: 2px 10px 3px;
   font-size: 12.025px;
   font-weight: bold;
+  white-space: nowrap;
   color: #ffffff;
   background-color: #999999;
   -webkit-border-radius: 10px;
diff --git a/less/badges.less b/less/badges.less
index 6f74108ee33ddfafc8bf387aa4c91b770b148c12..97dadcefa84b48c4a1e95bf25149d62126ff0a42 100644
--- a/less/badges.less
+++ b/less/badges.less
@@ -6,6 +6,7 @@
   padding: 2px 10px 3px;
   font-size: @baseFontSize * .925;
   font-weight: bold;
+  white-space: nowrap;
   color: @white;
   background-color: @grayLight;
   .border-radius(10px);
diff --git a/less/labels.less b/less/labels.less
index ae6b00e0241fd6490f3934d73b2542bba110b223..8d9913470411fc330c3f23297a12ab764fbd272b 100644
--- a/less/labels.less
+++ b/less/labels.less
@@ -6,6 +6,7 @@
   padding: 2px 4px 3px;
   font-size: @baseFontSize * .85;
   font-weight: bold;
+  white-space: nowrap;
   color: @white;
   text-shadow: 0 -1px 0 rgba(0,0,0,.25);
   background-color: @grayLight;