fix: added default product image, removed empty tables prints, fixed barcode output
This commit is contained in:
@@ -39,12 +39,12 @@ hr {
|
||||
|
||||
.small-text {
|
||||
font-size: 12px;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.medium-text {
|
||||
font-size: 15px;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.large-text {
|
||||
@@ -150,8 +150,9 @@ table tfoot {
|
||||
}
|
||||
|
||||
.barcode-container {
|
||||
margin: 15px 0 -5px 385px;
|
||||
margin: 15px 0 -5px 355px;
|
||||
display: flex;
|
||||
white-space: nowrap;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user