mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix table row height
This commit is contained in:
parent
e5a75bd2e3
commit
9d03801da0
1 changed files with 6 additions and 2 deletions
|
@ -113,11 +113,15 @@ ul.ppcp-onboarding-options-sublist {
|
|||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table tr:not(:last-child) th, .ppcp-onboarding-cards-options table tr:not(:last-child) td {
|
||||
.ppcp-onboarding-cards-options table tr th, .ppcp-onboarding-cards-options table tr td {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table tr:not(:last-child) {
|
||||
.ppcp-onboarding-cards-options table {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table tr {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue