From 5e7bf46186944b9b146c530b9797353d6ff14631 Mon Sep 17 00:00:00 2001 From: 44yu5h Date: Sun, 6 Apr 2025 19:22:56 +0530 Subject: [PATCH] Fix tags overflowing outside the card --- templates/home.html | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/templates/home.html b/templates/home.html index 9534465..6c7a2ff 100644 --- a/templates/home.html +++ b/templates/home.html @@ -111,7 +111,7 @@ h-[4em] xs:h-[6.5rem] sm:h-[5.5rem] - md:h-[7.4rem] + md:h-[6.6rem] ">
-
-
{% if package.tags %}{% for tag in package.tags %}{% if loop.index0 <= 1 %}{{ tag }}{% endif %}{% endfor %}{% endif %}
+
+
+
{% if package.tags %}{% for tag in package.tags %}{{ tag }}{% endfor %}{% endif %}
+
{% else %}