Remove padding from inline codespans in comment widget (#214123)

Inline codespans in comment widget don't need padding
Fixes #214038
This commit is contained in:
Alex Ross 2024-06-03 02:10:37 -07:00 committed by GitHub
parent 403294d92b
commit a7edb4e374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,11 +244,6 @@
margin-top: 0;
}
.review-widget .body .comment-body code {
border-radius: 3px;
padding: 0 0.4em;
}
.review-widget .body .comment-body span {
white-space: pre;
}