Fix line break in receipt

This commit is contained in:
ekzyis 2023-10-27 01:32:50 +02:00
parent fe267cd3b9
commit 5bcc18594c

View File

@ -1,6 +1,6 @@
.receipt {
background-color: var(--theme-inputBg);
max-width: 250px;
max-width: 300px;
margin: auto;
table-layout: auto;
width: 100%;