diff --git a/VERSION b/VERSION index abede8a..1f1c1ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.24.4 +4.24.5 diff --git a/play-life-web/package.json b/play-life-web/package.json index b069cc1..a82f1f9 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "4.24.4", + "version": "4.24.5", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/WishlistDetail.css b/play-life-web/src/components/WishlistDetail.css index 079558b..52e3b34 100644 --- a/play-life-web/src/components/WishlistDetail.css +++ b/play-life-web/src/components/WishlistDetail.css @@ -90,7 +90,7 @@ } .wishlist-detail-modal-content { - padding: 0.75rem 1.5rem 1rem 1.5rem; + padding: 0.75rem 1.5rem 1.25rem 1.5rem; overflow-y: auto; flex: 1; }