diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-04 19:37:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-04 19:37:50 -0700 |
commit | 4ab21edba8511eb96b08371424841d6ffb808cf8 (patch) | |
tree | fcf56e3e85e6d28d8901ef3a0a638bfb40212b51 /view/css | |
parent | 15b9a67c01964b83ac724945fe416dd35f66e914 (diff) | |
parent | 6f88d5e92be06ad8fa61f900e8a4fb41ba54135e (diff) | |
download | volse-hubzilla-4ab21edba8511eb96b08371424841d6ffb808cf8.tar.gz volse-hubzilla-4ab21edba8511eb96b08371424841d6ffb808cf8.tar.bz2 volse-hubzilla-4ab21edba8511eb96b08371424841d6ffb808cf8.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index e0018989d..fb6ea911e 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -7,6 +7,10 @@ nav .badge { font-size: 0.75rem; } +nav .dropdown-menu { + min-width: 16rem; +} + @media screen and (min-width: 767px) { nav .badge { top: 0px; |