Skip to content

Commit b9f43a9

Browse files
committed
5342 Add padding between receipt items and notes
1 parent 9d80e53 commit b9f43a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hardware/Hardware/Printer/AirPrintReceipt/ReceiptRenderer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public extension ReceiptRenderer {
4545
background-color:#F5F5F5;
4646
width:100%;
4747
color: #707070;
48-
margin: \(Constants.margin / 2)pt 0 0 0;
48+
margin: \(Constants.margin / 2)pt 0;
4949
padding: \(Constants.margin / 2)pt;
5050
}
5151
table td:last-child { width: 30%; text-align: right; }

0 commit comments

Comments
 (0)