fix labels getting squished on large orders
This commit is contained in:
@ -23,6 +23,7 @@ $order_date = $order->get_date_created()->date('d/m/Y');
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
Reference in New Issue
Block a user