fix: layout styles
This commit is contained in:
@@ -6,7 +6,7 @@ type LayoutRowProps = {
|
||||
|
||||
export const LayoutRow = ({ children }: LayoutRowProps) => {
|
||||
return (
|
||||
<div className="grid gap-4 py-8 grid-cols-[minmax(200px,_1fr),_150px_125px_100px]">
|
||||
<div className="grid gap-4 py-8 w-full grid-cols-[minmax(200px,_1fr),_150px_125px_100px]">
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user