From 357f2416c37620d5c3209b10c3319a7b02276655 Mon Sep 17 00:00:00 2001 From: Horilla Date: Fri, 24 Oct 2025 12:18:40 +0530 Subject: [PATCH] [FIX] PMS: Fixed meetings action column width --- pms/cbv/meetings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms/cbv/meetings.py b/pms/cbv/meetings.py index 2753cbc36..15dcf41ec 100644 --- a/pms/cbv/meetings.py +++ b/pms/cbv/meetings.py @@ -68,7 +68,7 @@ class MeetingsList(HorillaListView): model = Meetings filter_class = MeetingsFilter - header_attrs = {"mom_col": """style="width: 20%;" """} + header_attrs = {"mom_col": 'style="width: 20%;"', "action": 'style= "width: 320px"'} columns = [ (_("Title"), "title_col"),