Skip to content

Commit fac539d

Browse files
committed
Fix tags overflowing outside the card
Closes #34
1 parent 9bfc923 commit fac539d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195
</div>
196196
</div>
197197

198-
<div class="flex flex-row relative">
198+
<div class="flex flex-row relative mx-[0.4rem]">
199199
<div class="flex-none min-w-[38px]"></div>
200-
<div class="flex-auto absolute left-[3.2rem]">{% if package.tags %}{% for tag in package.tags %}{% if loop.index0 <= 1 %}<span class="
200+
<div class="overflow-hidden whitespace-nowrap">{% if package.tags %}{% for tag in package.tags %}{% if loop.index0 <= 1 %}<span class="
201201
rounded-xl
202202
px-2
203203
py-0.5

0 commit comments

Comments
 (0)