Explorar el Código

fix: media print css (#2593)

takumi9942 hace 5 años
padre
commit
d30fa8298b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      client/themes/default/scss/app.scss

+ 2 - 2
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;