mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 07:52:49 +00:00
Add padding to comment text area
This commit is contained in:
parent
1094f6b1b5
commit
f28979f682
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue