Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
CSS tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yuletide committed Dec 14, 2019
1 parent 2ddc1bf commit ec2168a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/ImageList.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 0 10px;
grid-auto-rows: 10px;
max-height: 500px;
max-height: 510px;
overflow-y: auto;
}

Expand Down

0 comments on commit ec2168a

Please sign in to comment.