Skip to content

Commit

Permalink
fix タグクラウドが改行されない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
flour621 committed Nov 7, 2024
1 parent d7d76b0 commit 2a0af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/develop/include/tag/cloud-side.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_MODULE Tag_Cloud id="{{module_id}}" -->
<div>
@include("/admin/module/setting.html")
<ul class="flex gap-3">
<ul class="flex flex-wrap gap-3">
<!-- BEGIN tag:loop -->
<li><span class="tagSize{level}"><a href="%{CATEGORY_URL}tag/{name}/" title="{amount}件" class="hover:opacity-70">#{name}</a></span></li>
<!-- END tag:loop -->
Expand Down

0 comments on commit 2a0af4f

Please sign in to comment.