fix btnCreateKP & linkDownloadKp layout on mobile

This commit is contained in:
vchikalkin 2024-07-02 16:41:54 +03:00
parent decabd6157
commit b96cc16be3

View File

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