We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9269d7a commit c0d948aCopy full SHA for c0d948a
src/main/frontend/src/components/AddCommentForm.js
@@ -120,7 +120,7 @@ class AddCommentFormView extends React.PureComponent {
120
</textarea>
121
</div>
122
123
- <div className="col-sm-offset-3 col-sm-4">
+ <div className="col-sm-offset-3 col-sm-9">
124
{ hasValidationErrors &&
125
<span id="new-comment.errors" className="help-block">
126
{ validationErrors.join(', ') }
0 commit comments