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 dcddd4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/comments/css/comments.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@
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 {
position: absolute;
bottom: 1px;
bottom: 0px;
right: 8px;
width: 30px;
margin: 0;
padding: 9px;
padding: 7px 9px;
background-color: transparent;
border: none;
opacity: .3;
Expand Down

0 comments on commit dcddd4b

Please sign in to comment.