Fix align on comments form

This commit is contained in:
Fabiano 2018-08-28 14:15:18 -03:00
parent bc33834efa
commit 948cbf36ba
1 changed files with 11 additions and 0 deletions

View File

@ -56,6 +56,17 @@
}
}
}
.comment-form-cookies-consent {
display: flex;
align-items: center;
#wp-comment-cookies-consent{
width: auto;
display: inline-flex;
}
label {
margin: 0 1rem;
}
}
.comment-form-author {
margin-top: 22px;
}