Skip to content

Commit d3dafbe

Browse files
authored
Fix invisible scroll and button overlap in comment widget (microsoft#175228)
1 parent 1a336e4 commit d3dafbe

File tree

1 file changed

+5
-0
lines changed
  • src/vs/workbench/contrib/comments/browser/media

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/comments/browser/media/review.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,14 @@
367367
margin: 10px 0;
368368
}
369369

370+
.review-widget .body .edit-container .form-actions {
371+
padding-top: 10px;
372+
}
373+
370374
.review-widget .body .edit-textarea {
371375
height: 90px;
372376
margin: 5px 0 10px 0;
377+
margin-right: 12px;
373378
}
374379

375380
.review-widget .body .comment-form .monaco-text-button,

0 commit comments

Comments
 (0)