Remove right side padding of text area so scrollbar is flushed to edge

This commit is contained in:
Miguel Solorio 2018-08-16 10:29:10 -07:00
parent f28979f682
commit aec8282727

View file

@ -191,7 +191,7 @@
max-height: 500px;
border-radius: 3px;
border: 0px;
padding: 6px 12px;
padding: 6px 0 6px 12px;
}
.monaco-editor .review-widget .body .comment-form .form-actions {