Skip to content

Commit

Permalink
fix(RecentPageTile): box sizing for page tile
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Sep 25, 2023
1 parent 8c30001 commit e6f814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page/LandingPageWidgets/RecentPageTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
.recent-page-tile {
margin-right: 12px;
max-width: 150px;
box-sizing: content-box;
box-sizing: content-box !important;
padding: 12px;
scroll-snap-align: start;
Expand Down

0 comments on commit e6f814b

Please sign in to comment.