diff options
author | Mario <mario@mariovavti.com> | 2017-11-08 08:57:30 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-08 08:57:30 +0100 |
commit | 9d584fc72062422ec38a6321aedb7ca43f4ea429 (patch) | |
tree | 4fa237a7d7739cd45d3a372925926388404ba646 /view/css | |
parent | b5d4acf10a49980035f89d37440ae41a574df5a0 (diff) | |
download | volse-hubzilla-9d584fc72062422ec38a6321aedb7ca43f4ea429.tar.gz volse-hubzilla-9d584fc72062422ec38a6321aedb7ca43f4ea429.tar.bz2 volse-hubzilla-9d584fc72062422ec38a6321aedb7ca43f4ea429.zip |
truncate nav-app-link if appropriate
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 2dfc9e07b..18efd69e4 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -19,7 +19,6 @@ nav .dropdown-menu { } } - @media screen and (max-width: 767px) { .navbar { padding: .5rem 7px; @@ -41,6 +40,7 @@ nav .dropdown-menu { .navbar-toggler-right { padding: 0.2rem 0; + white-space: nowrap; } #navbar-collapse-1 i { |