Browse Source

fix: media print css (#2593)

pull/2628/head
takumi9942 3 years ago
committed by GitHub
parent
commit
d30fa8298b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      client/themes/default/scss/app.scss

4
client/themes/default/scss/app.scss

@ -966,13 +966,13 @@
}
}
.v-content {
.v-main {
padding: 0 !important;
font-size: 14px;
background-color: #FFF;
}
.v-content .contents {
.v-main .contents {
color: #000;
background-color: #FFF;

Loading…
Cancel
Save