add styles for hosted fields

This commit is contained in:
David Remer 2020-07-17 11:47:00 +03:00
parent 514619ed8d
commit 10fdf09379
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,22 @@
#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;
}
}