mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-10 06:37:17 +00:00
- 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:
co-authored by
Oliver
parent
e86591d801
commit
2754f8c938
@@ -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