2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

New text align class, .text-nowrap, for preventing text from breaking to new lines. Applies it to the grid docs table.

This commit is contained in:
Mark Otto
2014-06-10 21:20:34 -07:00
parent e8100c3b3c
commit dcbe484a09
8 changed files with 19 additions and 14 deletions
+3
View File
@@ -1135,6 +1135,9 @@ mark,
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-muted {
color: #999;
}