We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3ae39 commit bc773deCopy full SHA for bc773de
ui/src/pages/Layers.tsx
@@ -390,7 +390,7 @@ const Layers: React.FC = () => {
390
`}
391
>
392
{view === 'grid' ? (
393
- <div className="grid grid-cols-[repeat(auto-fit,_minmax(400px,_1fr))] p-6 gap-6">
+ <div className="grid grid-cols-[repeat(auto-fit,_minmax(400px,calc(100%/3)))] p-6 gap-6">
394
{layersQuery.isLoading ? (
395
Array.from({ length: 100 }).map((_, index) => (
396
<CardLoader key={index} variant={theme} />
0 commit comments