Merge pull request #2141 from netchampfaris/hotfix
[fix] modern print format
This commit is contained in:
commit
f29bee9ce8
2 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -74,6 +74,11 @@
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.print-item-image {
|
||||
max-height: 110px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.pdf-variables,
|
||||
.pdf-variable,
|
||||
.visible-pdf {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue