From b334c1652f8f5aefa4484f0a841820445552aa77 Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Mon, 24 Feb 2025 18:26:25 -0300 Subject: [PATCH] fix overflow issue 183 --- dashboard/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/templates/base.html b/dashboard/templates/base.html index abe23a0..1cd0932 100644 --- a/dashboard/templates/base.html +++ b/dashboard/templates/base.html @@ -137,7 +137,7 @@ {% else %} {% endif %} - {{ tag.name }} + {{ tag.name|truncatechars:17}} {% endfor %}