mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 10:07:42 +00:00
fix(nc-gui): padding and alignment issue
This commit is contained in:
@@ -4,7 +4,7 @@ export const tableColumns: NcTableColumnProps[] = [
|
||||
key: 'enabled',
|
||||
padding: '0px 0px 0px 12px',
|
||||
minWidth: 0,
|
||||
width: 34,
|
||||
width: 33,
|
||||
},
|
||||
{
|
||||
title: 'Column Name',
|
||||
@@ -12,7 +12,7 @@ export const tableColumns: NcTableColumnProps[] = [
|
||||
dataIndex: 'column_name',
|
||||
key: 'column_name',
|
||||
minWidth: 200,
|
||||
padding: '0px 12px',
|
||||
padding: '0px 12px 0 9px',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user