Fix: handle long status names in order modal
This commit is contained in:
parent
dbb6e2716d
commit
e270609e33
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2285,6 +2285,9 @@ ul.wc_coupon_list_block {
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
max-width: 175px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.wc-action-button:hover,
|
.wc-action-button:hover,
|
||||||
.wc-action-button:focus {
|
.wc-action-button:focus {
|
||||||
|
|
Loading…
Reference in New Issue