Merge pull request #24327 from yratof/yratof-fix-tabledisplay
Fix - Issue on shipping rates tbody due to grammarly fix
This commit is contained in:
commit
80aafe0b65
|
@ -3276,7 +3276,7 @@ table.wc_shipping {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wc-shipping-zone-settings tbody {
|
.wc-shipping-zone-settings tbody {
|
||||||
display: inherit;
|
display: table-row-group;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
Loading…
Reference in New Issue