Fix layout breakage when order item table overflows. closes #11841
This commit is contained in:
parent
e408391fa9
commit
c1d989df2c
5155
assets/css/admin.css
5155
assets/css/admin.css
File diff suppressed because one or more lines are too long
|
@ -925,6 +925,7 @@ ul.wc_coupon_list_block {
|
|||
}
|
||||
.woocommerce_order_items_wrapper {
|
||||
margin: 0;
|
||||
overflow-x: auto;
|
||||
|
||||
table.woocommerce_order_items {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue