Skip to content

Commit

Permalink
chore: made grid+map layout full
Browse files Browse the repository at this point in the history
  • Loading branch information
jeafreezy committed Oct 21, 2024
1 parent 2c822aa commit b489551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/routes/models/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export const ModelsPage = () => {

if (mapViewIsActive) {
return (
<div className="w-full grid md:grid-cols-4 md:border rounded-md p-2 md:border-gray-border gap-x-2 mt-10 grid-rows-2 md:grid-rows-1 gap-y-10 md:gap-y-0 min-h-screen">
<div className="w-full grid md:grid-cols-4 md:border rounded-md p-2 md:border-gray-border gap-x-2 mt-10 grid-rows-2 md:grid-rows-1 gap-y-10 md:gap-y-0 h-screen">
<div className="col-span-1 md:col-span-2 md:row-start-1 grid grid-cols-1 xl:grid-cols-2 gap-x-7 gap-y-14 overflow-scroll">
<ModelListGridLayout models={data?.results} isPending={isPending} />
</div>
Expand Down

0 comments on commit b489551

Please sign in to comment.