diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-03 11:03:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-03 11:03:01 +0200 |
commit | 29a0a11b7e67215589ea47ec9f1a690e2cb8ddf7 (patch) | |
tree | dfbb45bb20508e53e470d2ca981c6ea2e0ddb9a9 /view/css | |
parent | f8949ed5d1f277a3246fecf04d3ee4619ba10b51 (diff) | |
download | volse-hubzilla-29a0a11b7e67215589ea47ec9f1a690e2cb8ddf7.tar.gz volse-hubzilla-29a0a11b7e67215589ea47ec9f1a690e2cb8ddf7.tar.bz2 volse-hubzilla-29a0a11b7e67215589ea47ec9f1a690e2cb8ddf7.zip |
some theming for emoji button
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 73d77bb93..5e928782a 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -59,6 +59,10 @@ aside .nav-pills > li > a, padding: 6px 10px; } +.dropdown-menu { + min-width: auto; +} + .dropdown-menu li a { overflow: hidden; text-overflow: ellipsis; |