]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
better tables in the docs
authorMark Otto <markdotto@gmail.com>
Wed, 11 Mar 2015 19:03:10 +0000 (19:03 +0000)
committerMark Otto <markdotto@gmail.com>
Wed, 11 Mar 2015 19:03:10 +0000 (19:03 +0000)
docs/assets/scss/docs.scss

index d09458da77d722eef1b2625d0171579560b2cff0..950613d0418ff7143496b50d433c179cf9147bde 100644 (file)
@@ -634,6 +634,11 @@ body {
         }
       }
     }
+
+    // Prevent breaking of code (e.g., Grunt tasks list)
+    td:first-child > code {
+      white-space: nowrap;
+    }
   }
 }