Appease the dog overlords
This commit is contained in:
parent
fc90b746c9
commit
ceb55c656e
|
@ -37,7 +37,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
margin-left: .5rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -32,6 +32,11 @@
|
|||
.form-group.has-feedback.comment__input-group.input-group
|
||||
%textarea.form-control.comment__input{ type: :text, placeholder: t(".placeholder"), name: "ab-comment-new", data: { a_id: a.id, "character-count-target": "input" } }
|
||||
.comment__submit-wrapper
|
||||
%button.btn.btn-primary{ type: :button, name: "ab-comment-new-submit", title: t(".action"), data: { a_id: a.id, "character-count-target": "action" } }
|
||||
%button.btn.btn-primary{
|
||||
type: :button,
|
||||
name: "ab-comment-new-submit",
|
||||
title: t(".action"),
|
||||
data: { a_id: a.id, "character-count-target": "action" }
|
||||
}
|
||||
%i.fa.fa-paper-plane-o
|
||||
%span.text-muted.form-control-feedback.comment__character-count{ id: "ab-comment-charcount-#{a.id}", data: { "character-count-target": "counter" } } 512
|
||||
|
|
Loading…
Reference in New Issue