Merge pull request #28565 from woocommerce/fix/issue-28260
Fix error tooltip misaligned on tax country field closes #28260
This commit is contained in:
commit
b18fb32aa9
|
@ -3169,6 +3169,12 @@ table.wc_input_table {
|
|||
}
|
||||
}
|
||||
|
||||
table.wc_tax_rates {
|
||||
td.country {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
table.wc_gateways,
|
||||
table.wc_emails,
|
||||
table.wc_shipping {
|
||||
|
|
Loading…
Reference in New Issue