Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
fix overflowing homeapptileline
Browse files Browse the repository at this point in the history
  • Loading branch information
tom.deboer committed Aug 10, 2021
1 parent 033e942 commit 51ae71a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AppTileHomeType.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
float: left;

width: 300px;
box-sizing: content-box;
height: 280px;
border-radius: 7px;
box-sizing: content-box;
overflow: hidden;

/* Margin could probably be re-used from AppTile.module.css */
margin-top: 22.5px;
Expand Down

0 comments on commit 51ae71a

Please sign in to comment.