Make table rows the same height

This commit is contained in:
Alex P 2022-02-23 09:23:41 +02:00
parent 5ebe9c5135
commit bf354a1413

View file

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