move margin to suggested selector

pull/35888/head
silverwind 2025-11-18 20:55:45 +01:00
parent 004271ff68
commit c25082a1b1
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,6 @@ td .commit-summary {
.repository.view.issue .comment-list .conversation-holder .comment .comment-container {
border: none;
gap: 6px;
}
@media (max-width: 767.98px) {
@ -663,6 +662,7 @@ td .commit-summary {
}
.repository.view.issue .comment-list .code-comment .comment-content {
margin-top: 6px;
margin-left: 24px;
}