mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: width calc.
This commit is contained in:
+1
-1
@@ -258,7 +258,7 @@
|
||||
size: col.size,
|
||||
min: col.min,
|
||||
max: col.max,
|
||||
width: { min: Math.max(180, col.key.length * 8 + 60) },
|
||||
width: { min: Math.max(120, col.key.length * 8 + 60) },
|
||||
icon: columnOption?.icon,
|
||||
draggable: false,
|
||||
resizable: false
|
||||
|
||||
Reference in New Issue
Block a user