fix(Comment): Make comment boxes the same width

This commit is contained in:
haitaoo 2023-04-12 12:08:48 +08:00
parent 0c3efb66ab
commit b68212e840
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,