use padding on .comment-code-cloud instead

pull/35888/head
silverwind 2025-11-18 20:38:49 +01:00
parent 1602044207
commit 9badbd5add
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
2 changed files with 1 additions and 2 deletions

View File

@ -652,7 +652,6 @@ td .commit-summary {
.repository.view.issue .comment-list .code-comment {
border: 1px solid transparent;
margin: 0 -4px;
padding: 8px;
}

View File

@ -52,7 +52,7 @@
}
.comment-code-cloud {
padding: 0.5rem 1rem !important;
padding: 0.5rem !important;
position: relative;
}