[UI] Fixes for column resizing (#12755) (#12758)

- Apply CSS fix
- Allow proper dragging
- Ensure table columns fill 100% width

(cherry picked from commit ed84d06dbe)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2026-09-01 12:55:54 +10:00
committed by GitHub
co-authored by Oliver
parent e86591d801
commit 2754f8c938
+7
View File
@@ -28,3 +28,10 @@
.mantine-datatable-resizable-columns {
table-layout: auto !important;
}
/*
* Force mantine table to 100% so columns stretch to fill.
*/
.mantine-datatable-resize-locked {
width: 100% !important;
}