From 6bca249303f8ebd6837aa740a39403abde48fce7 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 13 Jun 2006 20:56:53 +0000 Subject: 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 --- template/yoga/menubar.css | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3