fix comment form button layout
parent
49d037a085
commit
88cbb0d8ef
customize.dist/src/less2/include
|
@ -45,8 +45,9 @@
|
|||
}
|
||||
.cp-comment-form-actions {
|
||||
text-align: right;
|
||||
margin-left: -30px;
|
||||
button:not(:last-child) {
|
||||
margin-right: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -133,7 +134,7 @@
|
|||
margin-bottom: 0 !important;
|
||||
}
|
||||
button:not(:last-child) {
|
||||
margin-right: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
.cp-comment-active {
|
||||
|
|
Loading…
Reference in New Issue