mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
Remove right side padding of text area so scrollbar is flushed to edge
This commit is contained in:
parent
f28979f682
commit
aec8282727
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue