Fix error tooltip misaligned on tax country field closes #28260
This commit is contained in:
parent
1add2556d6
commit
83f327026f
|
@ -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