Merge pull request #18504 from bekarice/fix/order-modal-styles
Fix: handle long status names in order modal
This commit is contained in:
commit
673546b7e0
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