Merge pull request #28565 from woocommerce/fix/issue-28260

Fix error tooltip misaligned on tax country field closes #28260
This commit is contained in:
Rodrigo Primo 2020-12-15 09:48:22 -03:00 committed by GitHub
commit b18fb32aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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 {