mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1924 from appwrite/fix-documents-table-column-min-width
Change column width min property on documents table
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@
|
||||
type: attribute.type as ColumnType,
|
||||
show: selected?.includes(attribute.key) ?? true,
|
||||
array: attribute?.array,
|
||||
width: 168,
|
||||
width: { min: 168 },
|
||||
format:
|
||||
'format' in attribute && attribute?.format === 'enum' ? attribute.format : null,
|
||||
elements: 'elements' in attribute ? attribute.elements : null
|
||||
|
||||
Reference in New Issue
Block a user