fix btnCreateKP & linkDownloadKp layout on mobile
This commit is contained in:
parent
decabd6157
commit
b96cc16be3
@ -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'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user