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:
Paul Sealock 2019-03-06 12:47:18 +13:00 committed by GitHub
commit a558bfc5d9
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
}
.woocommerce-order-status__indicator {
min-width: 16px;
width: 16px;
height: 16px;
display: block;