Fix: handle long status names in order modal

This commit is contained in:
Beka Rice 2018-01-17 16:28:59 -05:00
parent dbb6e2716d
commit e270609e33
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2285,6 +2285,9 @@ ul.wc_coupon_list_block {
height: auto;
z-index: 1;
position:relative;
max-width: 175px;
overflow: hidden;
text-overflow: ellipsis;
}
.wc-action-button:hover,
.wc-action-button:focus {