Skip to content

Commit

Permalink
fix textarea submit
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Oct 11, 2016
1 parent c83b3e6 commit 0ce6f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/comments/css/comments.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
width: calc(100% - 81px); /* 36 (left margin) + 30 (right padding) + 15 (right padding of surrounding box) */
margin-left: 36px;
padding-right: 30px;
display: block;
}

#commentsTabView .newCommentForm .submit {
Expand All @@ -29,7 +30,7 @@
right: 8px;
width: 30px;
margin: 0;
padding: 9px;
padding: 5px 9px;
background-color: transparent;
border: none;
opacity: .3;
Expand Down

0 comments on commit 0ce6f17

Please sign in to comment.