diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |
