fix labels getting squished on large orders

This commit is contained in:
Aadil Ayub 2024-05-02 14:59:40 +00:00
parent 0d8bac003b
commit 7ca53e11d4
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ $order_date = $order->get_date_created()->date('d/m/Y');
<style>
.container {
display: flex;
flex-wrap: wrap;
}
.label {