diff --git a/src/pages/Ticket/Card/TicketSummary.vue b/src/pages/Ticket/Card/TicketSummary.vue index ed117b2ba..83d47a950 100644 --- a/src/pages/Ticket/Card/TicketSummary.vue +++ b/src/pages/Ticket/Card/TicketSummary.vue @@ -374,18 +374,17 @@ async function changeState(value) { {{ props.row.available }} {{ props.row.quantity }} - +
{{ props.row.item.name }} - - - {{ props.row.item.subName.toUpperCase() }} - -
- +
+ {{ props.row.item.subName.toUpperCase() }} +
+ {{ props.row.price }} € {{ props.row.discount }} % @@ -480,12 +479,10 @@ async function changeState(value) { color: var(--vn-label-color); } .description-cell { - width: 30%; + width: 25%; } .fetched-tags { - display: flex; - flex-wrap: wrap; - margin-left: 10%; + max-width: 70%; } .fetched-tags > * { max-width: calc(100% / 2);