mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
remove margin and padding from v-main while printing
This commit is contained in:
parent
5cf3e2565a
commit
f7c36fb153
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ export default defineNuxtComponent({
|
|||
|
||||
.v-main {
|
||||
display: block;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.v-main__wrap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue