From cac6b6bb15ab982d9a9c5cb7e434d8697e08777a Mon Sep 17 00:00:00 2001 From: Khisby Al Ghofari Date: Wed, 12 Apr 2023 15:57:12 +0700 Subject: [PATCH] feat(nc-gui): improve UI --- packages/nc-gui/components/template/utils.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/components/template/utils.ts b/packages/nc-gui/components/template/utils.ts index 175604e019..beab2054e0 100644 --- a/packages/nc-gui/components/template/utils.ts +++ b/packages/nc-gui/components/template/utils.ts @@ -40,6 +40,7 @@ export const srcDestMappingColumns: (Omit, 'children'> & { { name: 'Action', key: 'action', - align: 'right', + align: 'center', + width: 50, }, ]