mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Make table rows the same height
This commit is contained in:
parent
5ebe9c5135
commit
bf354a1413
1 changed files with 5 additions and 1 deletions
|
@ -109,14 +109,18 @@ ul.ppcp-onboarding-options-sublist {
|
|||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table th {
|
||||
vertical-align: top;
|
||||
width: 350px;
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table tr:not(:last-child) th, .ppcp-onboarding-cards-options table tr:not(:last-child) td {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table tr:not(:last-child) {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-screen {
|
||||
flex: 1;
|
||||
align-self: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue