This question has been flagged
1 Reply
4376 Views

Changed the css of o_kanban_record, but it affects all the kanban views.

I just need to change kanban record width of a specific view.

Avatar
Discard
Author Best Answer
Solved it using this on a div
style="-ms-flex: none !important;
-moz-flex: none !important;
-webkit-box-flex: none !important;
-webkit-flex: none !important;
flex: none !important;"


Avatar
Discard