[UI] Fixes for column resizing (#12755)

- Apply CSS fix
- Allow proper dragging
- Ensure table columns fill 100% width
This commit is contained in:
Oliver
2026-09-01 12:06:09 +10:00
committed by GitHub
parent f8328cd1db
commit ed84d06dbe
+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;
}