diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-layout.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 9615b0183..b6f3fa7ed 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -212,8 +212,7 @@ UL.tagSelection LI { margin: 1em 2em 1em 2em; } -#fullTagCloud LI { - display: inline; +#fullTagCloud SPAN { white-space: nowrap; margin: 0 2px; } |