Skip to content

Commit

Permalink
Visual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbigbear committed Dec 18, 2019
1 parent 03d415a commit f7616f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions imgbook/public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,7 @@ __webpack_require__.r(__webpack_exports__);
//
//
//
//
/* harmony default export */ __webpack_exports__["default"] = ({
props: ['postId', 'userId'],
data: function data() {
Expand Down Expand Up @@ -37373,6 +37374,8 @@ var render = function() {
}
}),
_vm._v(" "),
_c("div", [_vm._v(" ")]),
_vm._v(" "),
_c(
"button",
{
Expand Down
2 changes: 1 addition & 1 deletion imgbook/resources/js/components/CommentComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<label><b>{{ commentMessage }}</b></label>
<div class="input-group">
<input type="textarea" name="text" class="form-control" placeholder="Enter a comment" v-model="newComment">
<br>
<div>&nbsp;</div> <!-- add single space -->
<button class="btn btn-primary" @click="createComment">{{changeOrPost}}</button>
</div>
</div>
Expand Down

0 comments on commit f7616f7

Please sign in to comment.