mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-02 07:51:23 +02:00
Enhancement: configurable dashboard grid #737
This commit is contained in:
@@ -13,7 +13,7 @@ export const List: React.FunctionComponent<IListProps> = ({
|
||||
return (
|
||||
<ul
|
||||
role="list"
|
||||
className={`grid gap-4 ${gapClass} grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5`}
|
||||
className={`grid gap-4 ${gapClass} grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 2xl:grid-cols-5`}
|
||||
>
|
||||
{children}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user