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:
parent
e1a04ba673
commit
ea329a6b71
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue