mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Allow table columns to be resized smaller
This commit is contained in:
@@ -198,7 +198,7 @@ export default defineComponent({
|
||||
if (existing.value === dragHeader.value?.value) {
|
||||
return {
|
||||
...existing,
|
||||
width: Math.max(50, newWidth),
|
||||
width: Math.max(32, newWidth),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user