Merge pull request #18504 from bekarice/fix/order-modal-styles

Fix: handle long status names in order modal
This commit is contained in:
Claudiu Lodromanean 2018-01-18 08:35:15 -08:00 committed by GitHub
commit 673546b7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {