From efb82cb8b7b268886bdca0b58f30fa3f40ea48d0 Mon Sep 17 00:00:00 2001 From: Horilla Date: Tue, 8 Oct 2024 09:47:02 +0530 Subject: [PATCH] [FIX] HORILLA VIEWS: Width issue for first cell --- horilla_views/templates/generic/horilla_list.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/horilla_views/templates/generic/horilla_list.html b/horilla_views/templates/generic/horilla_list.html index aabe4498b..648235a04 100644 --- a/horilla_views/templates/generic/horilla_list.html +++ b/horilla_views/templates/generic/horilla_list.html @@ -16,7 +16,7 @@ $("#reloadMessagesButton").click() } - {% if show_filter_tags %} {% include "generic/filter_tags.html" %} {% endif %} {% if queryset|length %} @@ -80,8 +80,9 @@ {% endif %} {% for cell in columns %}
+ style="z-index: 11;width:200px;">
{{instance|getattribute:attribute|selected_format:request.user.employee_get.employee_work_info.company_id|safe}}
{% else %}