fix comment form button layout

pull/1/head
David Benqué 5 years ago
parent 49d037a085
commit 88cbb0d8ef

@ -45,8 +45,9 @@
} }
.cp-comment-form-actions { .cp-comment-form-actions {
text-align: right; text-align: right;
margin-left: -30px;
button:not(:last-child) { button:not(:last-child) {
margin-right: 10px; margin-right: 5px;
} }
} }
@ -133,7 +134,7 @@
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
button:not(:last-child) { button:not(:last-child) {
margin-right: 10px; margin-right: 5px;
} }
} }
.cp-comment-active { .cp-comment-active {

Loading…
Cancel
Save