diff options
author | friendica <info@friendica.com> | 2013-12-06 21:53:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-06 21:53:32 -0800 |
commit | a1a5b7047605eb595c6f97e8719a0af7f3aaf973 (patch) | |
tree | d0ac808d71f1e19f03498c20e158a15d3fe25992 /view/theme/redbasic | |
parent | 6d3aebb4838262e4eaebb9c5f39946cd97636b0e (diff) | |
download | volse-hubzilla-a1a5b7047605eb595c6f97e8719a0af7f3aaf973.tar.gz volse-hubzilla-a1a5b7047605eb595c6f97e8719a0af7f3aaf973.tar.bz2 volse-hubzilla-a1a5b7047605eb595c6f97e8719a0af7f3aaf973.zip |
more overflow hidden important so it works
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2e00fde41..dd11fa144 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1634,7 +1634,7 @@ a.mail-list-link { float: left; text-align: center; width: 120px; - overflow: hidden; + overflow: hidden !important; } .profile-match-note { |