1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-18 20:59:41 +02:00

fix: Remove Padding On Print (#5668)

Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
Michael Genson 2025-07-10 12:12:41 -05:00 committed by GitHub
parent e1a04ba673
commit ea329a6b71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,8 @@ export default defineNuxtComponent({
.v-main { .v-main {
display: block; display: block;
padding: 0 !important;
margin: 0 !important;
} }
.v-main__wrap { .v-main__wrap {