Skip to content

Commit

Permalink
replacing a magic number by its css variable, issue #5812
Browse files Browse the repository at this point in the history
Signed-off-by: beyzahizli <[email protected]>
  • Loading branch information
beyzahv authored and vince-fugnitto committed Mar 15, 2021
1 parent 60fa885 commit be686ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-ext/src/main/browser/style/comments.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}

.monaco-editor .review-widget .body .review-comment .review-comment-contents .author {
line-height: 22px;
line-height: var(--theia-content-line-height);
}

.monaco-editor .review-widget .body .review-comment .review-comment-contents .isPending {
Expand Down

0 comments on commit be686ee

Please sign in to comment.