mirror of
https://github.com/halo-dev/theme-earth.git
synced 2026-02-27 01:00:49 +08:00
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:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user