mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +00:00
[UI] Fixes for column resizing (#12755)
- Apply CSS fix - Allow proper dragging - Ensure table columns fill 100% width
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user