diff options
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 2557ffe3d..f1e332248 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5743,23 +5743,23 @@ button.close { } .text-left { - text-align: left; + text-align: left !important; } .text-right { - text-align: right; + text-align: right !important; } .text-center { - text-align: center; + text-align: center !important; } .text-justify { - text-align: justify; + text-align: justify !important; } .text-nowrap { - white-space: nowrap; + white-space: nowrap !important; } .text-truncate { |
