diff options
author | plegall <plg@piwigo.org> | 2006-06-13 20:56:53 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-06-13 20:56:53 +0000 |
commit | 6bca249303f8ebd6837aa740a39403abde48fce7 (patch) | |
tree | ded849843f5af5e885088da60d8da99747cb3bc1 /template | |
parent | 728594c2fa748399571febcff27e7563b01d430f (diff) |
bug 416 fixed: the "+" link associated to a tag could sometimes be at the
end of the previous line.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1349 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/menubar.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 43eb8dbf3..f8fbdf914 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -104,4 +104,5 @@ FORM#quickconnect LABEL { #menubar #menuTagCloud LI { display: inline; + white-space: nowrap; } |