apps/web: fix Settings config gap prop

This commit is contained in:
vchikalkin 2023-12-01 14:11:51 +03:00
parent d31d82ba3c
commit b8869c555b

View File

@ -18,7 +18,7 @@ export const mainRows: FormTabRows = [
[
['btnCreateKP', 'linkDownloadKp'],
{
gap: [0, '10px'],
gap: ['0', '10px'],
gridTemplateColumns: ['1fr', '1fr 1fr'],
},
],
@ -41,7 +41,7 @@ export const unlimitedMainRows: FormTabRows = [
[
['btnCreateKP', 'linkDownloadKp'],
{
gap: [0, '10px'],
gap: ['0', '10px'],
gridTemplateColumns: ['1fr', '1fr 1fr'],
},
],