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:
parent
e8100c3b3c
commit
dcbe484a09
8 changed files with 19 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue