Merge pull request #24327 from yratof/yratof-fix-tabledisplay

Fix - Issue on shipping rates tbody due to grammarly fix
This commit is contained in:
Vedanshu Jain 2019-09-26 21:56:55 +05:30 committed by GitHub
commit 80aafe0b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3276,7 +3276,7 @@ table.wc_shipping {
}
.wc-shipping-zone-settings tbody {
display: inherit;
display: table-row-group;
}
table {