mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +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:
Vendored
+3
@@ -1135,6 +1135,9 @@ mark,
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
.text-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.text-muted {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user