aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-03-11 19:03:10 +0000
committerMark Otto <[email protected]>2015-03-11 19:03:10 +0000
commita490c312d8c09bbdd6066008dce9846a75fdb461 (patch)
treeba149b97a15ba7939be51d054a3f23ac1ae75dde
parent7253bd38f71bcd7921266da9fe254bd7b45d08a4 (diff)
downloadbootstrap-a490c312d8c09bbdd6066008dce9846a75fdb461.tar.xz
bootstrap-a490c312d8c09bbdd6066008dce9846a75fdb461.zip
better tables in the docs
-rw-r--r--docs/assets/scss/docs.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss
index d09458da7..950613d04 100644
--- a/docs/assets/scss/docs.scss
+++ b/docs/assets/scss/docs.scss
@@ -634,6 +634,11 @@ body {
}
}
}
+
+ // Prevent breaking of code (e.g., Grunt tasks list)
+ td:first-child > code {
+ white-space: nowrap;
+ }
}
}