We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfc923 commit fac539dCopy full SHA for fac539d
1 file changed
templates/home.html
@@ -195,9 +195,9 @@
195
</div>
196
197
198
- <div class="flex flex-row relative">
+ <div class="flex flex-row relative mx-[0.4rem]">
199
<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="
+ <div class="overflow-hidden whitespace-nowrap">{% if package.tags %}{% for tag in package.tags %}{% if loop.index0 <= 1 %}<span class="
201
rounded-xl
202
px-2
203
py-0.5
0 commit comments