mirror of https://gitee.com/answerdev/answer.git
fix(Comment): Make comment boxes the same width
This commit is contained in:
parent
0c3efb66ab
commit
b68212e840
|
@ -51,7 +51,7 @@ const Index = ({
|
|||
'd-flex align-items-start flex-column flex-md-row',
|
||||
className,
|
||||
)}>
|
||||
<div>
|
||||
<div className="w-100">
|
||||
<div
|
||||
className={classNames('custom-form-control', {
|
||||
'is-invalid': validationErrorMsg,
|
||||
|
|
|
@ -37,7 +37,7 @@ const Index = ({ userName, onSendReply, onCancel, mode }) => {
|
|||
{t('reply_to')} {userName}
|
||||
</div>
|
||||
<div className="d-flex mb-1 align-items-start flex-column flex-md-row">
|
||||
<div>
|
||||
<div className="w-100">
|
||||
<div
|
||||
className={classNames('custom-form-control', {
|
||||
'is-invalid': validationErrorMsg,
|
||||
|
|
Loading…
Reference in New Issue