Skip to content

Commit

Permalink
chore: avoid wrapping an error message about invalid comment
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
php-coder committed Jan 15, 2025
1 parent 9269d7a commit c0d948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/src/components/AddCommentForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class AddCommentFormView extends React.PureComponent {
</textarea>
</div>
</div>
<div className="col-sm-offset-3 col-sm-4">
<div className="col-sm-offset-3 col-sm-9">
{ hasValidationErrors &&
<span id="new-comment.errors" className="help-block">
{ validationErrors.join(', ') }
Expand Down

0 comments on commit c0d948a

Please sign in to comment.