Tweak admin styles. Closes #2354.
This commit is contained in:
parent
911e7f3f2b
commit
7c0b778497
File diff suppressed because one or more lines are too long
|
@ -900,6 +900,7 @@ ul.wc_coupon_list_block {
|
|||
}
|
||||
.woocommerce_order_items_wrapper {
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
table.woocommerce_order_items {
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
|
@ -982,7 +983,7 @@ ul.wc_coupon_list_block {
|
|||
padding: 1px 4px 1px 0;
|
||||
border: 0;
|
||||
input {
|
||||
min-width: 100px;
|
||||
min-width: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue