Add padding to comment text area

This commit is contained in:
Miguel Solorio 2018-08-16 10:25:55 -07:00
parent 1094f6b1b5
commit f28979f682

View file

@ -160,7 +160,7 @@
.monaco-editor .review-widget .body .comment-form.expand .monaco-editor,
.monaco-editor .review-widget .body .comment-form.expand .form-actions {
display: block;
box-sizing: border-box;
box-sizing: content-box;
}
.monaco-editor .review-widget .body .comment-form .review-thread-reply-button {
@ -191,6 +191,7 @@
max-height: 500px;
border-radius: 3px;
border: 0px;
padding: 6px 12px;
}
.monaco-editor .review-widget .body .comment-form .form-actions {