Skip to content

Commit c0d948a

Browse files
committed
chore: avoid wrapping an error message about invalid comment
[skip ci]
1 parent 9269d7a commit c0d948a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/src/components/AddCommentForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class AddCommentFormView extends React.PureComponent {
120120
</textarea>
121121
</div>
122122
</div>
123-
<div className="col-sm-offset-3 col-sm-4">
123+
<div className="col-sm-offset-3 col-sm-9">
124124
{ hasValidationErrors &&
125125
<span id="new-comment.errors" className="help-block">
126126
{ validationErrors.join(', ') }

0 commit comments

Comments
 (0)