Files displayed as list not grid

Hi,
I’m using Uppy in my Vue application and uploaded files displaying as list not as a grid on demo.

Can you tell me how to change layout to grid ?

It depends on the available width. Uppy’s design is responsive so if it is rendered into a narrow area, it will switch to the mobile view. It needs about 600px of space for the grid.

Ok, now it makes sense.
Is there a way to force it to always use grid style ?