Merge pull request woocommerce/woocommerce-admin#1702 from ratnakardubey/fix/1650-status-indicator-on-hold-gets-squished
Retain size of order status indicator in smaller screen
This commit is contained in:
commit
a558bfc5d9
|
@ -6,6 +6,7 @@
|
|||
}
|
||||
|
||||
.woocommerce-order-status__indicator {
|
||||
min-width: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue