mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:46:41 +00:00
refactor(gui): increase default column width
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -3,8 +3,8 @@ export default {
|
||||
ForeignKey: {},
|
||||
SingleLineText: { w: '150px' },
|
||||
LongText: { w: '400px' },
|
||||
Attachment: {},
|
||||
Checkbox: {},
|
||||
Attachment: { w: '400px' },
|
||||
Checkbox: { w: '100px' },
|
||||
MultiSelect: { w: '200px' },
|
||||
SingleSelect: { w: '200px' },
|
||||
Collaborator: {},
|
||||
@@ -23,11 +23,12 @@ export default {
|
||||
Formula: {},
|
||||
Rollup: {},
|
||||
Count: {},
|
||||
Lookup: {},
|
||||
DateTime: {},
|
||||
CreateTime: {},
|
||||
LastModifiedTime: {},
|
||||
AutoNumber: {},
|
||||
Barcode: {},
|
||||
Button: {}
|
||||
Button: {},
|
||||
LinkToAnotherRecord: { w: '400px' },
|
||||
Lookup: { w: '400px' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user