apps/web: fix Settings config gap prop
This commit is contained in:
parent
d31d82ba3c
commit
b8869c555b
@ -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'],
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user