Merge pull request #2141 from netchampfaris/hotfix

[fix] modern print format
This commit is contained in:
Nabin Hait 2016-10-03 17:33:00 +05:30 committed by GitHub
commit f29bee9ce8
2 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,7 @@
.print-heading {
text-align: right;
text-transform: uppercase;
color: #666;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #d1d8dd;

View file

@ -74,6 +74,11 @@
border-radius: 4px;
}
.print-item-image {
max-height: 110px;
object-fit: contain;
}
.pdf-variables,
.pdf-variable,
.visible-pdf {