Fix tag overflow on mobile by adding flex-wrap (#258)

* Initial plan

* fix: add flex-wrap to tags container to prevent overflow on mobile

Co-authored-by: ruibaby <21301288+ruibaby@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ruibaby <21301288+ruibaby@users.noreply.github.com>
This commit is contained in:
Copilot
2026-01-15 17:47:29 +08:00
committed by GitHub
parent 3709af90fc
commit f0835a3316

View File

@@ -148,7 +148,7 @@
class="mt-3 text-3xl font-medium dark:text-slate-50"
th:text="${post.spec.title}"
></h1>
<div class="my-3 flex gap-2">
<div class="my-3 flex flex-wrap gap-2">
<a
th:each="tag : ${post.tags}"
th:href="@{${tag.status.permalink}}"