diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-21 09:10:02 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-21 09:10:02 +0200 |
commit | a61ce45a32fa07249ee46160fd56ec08e67df601 (patch) | |
tree | 214ed7166b1dc155d4bfdc6190ff01faf985d5b1 /view/css | |
parent | ad5f3877f1406658666d9cd9db6b7e2863e3ec12 (diff) | |
download | volse-hubzilla-a61ce45a32fa07249ee46160fd56ec08e67df601.tar.gz volse-hubzilla-a61ce45a32fa07249ee46160fd56ec08e67df601.tar.bz2 volse-hubzilla-a61ce45a32fa07249ee46160fd56ec08e67df601.zip |
fix ellipsis for too long nav banner
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index a0b7c5bba..3ae1d152c 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -43,6 +43,11 @@ nav .dropdown-menu { white-space: nowrap; } +/* this fixes ellipsis for too long nav banner */ +#navbar-collapse-1 { + min-width: 0; +} + #navbar-collapse-1 i { font-size: 1.0rem; } |