From dcbe484a09531da4ecc80fd2991a9910fb6a64ed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jun 2014 21:20:34 -0700 Subject: New text align class, .text-nowrap, for preventing text from breaking to new lines. Applies it to the grid docs table. --- dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ae3adc61b..c4998c7c7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1135,6 +1135,9 @@ mark, .text-justify { text-align: justify; } +.text-nowrap { + white-space: nowrap; +} .text-muted { color: #999; } -- cgit v1.2.3