mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: fix min width.
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@
|
||||
},
|
||||
{
|
||||
id: 'type',
|
||||
width: getColumnWidth('type', 150),
|
||||
width: 150,
|
||||
minimumWidth: 150,
|
||||
resizable: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user