mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
23 lines
348 B
SCSS
23 lines
348 B
SCSS
|
#ppcp-hosted-fields {
|
||
|
display: table !important;
|
||
|
div {
|
||
|
display: table-row;
|
||
|
}
|
||
|
label, span {
|
||
|
display: table-cell;
|
||
|
height: 30px;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
vertical-align: bottom;
|
||
|
}
|
||
|
label {
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|