diff options
| author | Mark Otto <[email protected]> | 2014-06-10 21:20:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 21:20:34 -0700 |
| commit | dcbe484a09531da4ecc80fd2991a9910fb6a64ed (patch) | |
| tree | 7846d5e66582974cb9e19a98f342b6a3f65b3f73 /less/type.less | |
| parent | e8100c3b3ced15114db8038a6dac7d9878f2c331 (diff) | |
| download | bootstrap-dcbe484a09531da4ecc80fd2991a9910fb6a64ed.tar.xz bootstrap-dcbe484a09531da4ecc80fd2991a9910fb6a64ed.zip | |
New text align class, .text-nowrap, for preventing text from breaking to new lines. Applies it to the grid docs table.
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index 384cacc8e..101c81e72 100644 --- a/less/type.less +++ b/less/type.less @@ -96,6 +96,7 @@ mark, .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } +.text-nowrap { white-space: nowrap; } // Contextual colors .text-muted { |
