[FIX] PMS: Fixed meetings action column width

This commit is contained in:
Horilla
2025-10-24 12:18:40 +05:30
parent fb5b8bde6c
commit 357f2416c3

View File

@@ -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"),