UX: add space between revision avatar and username (#27329)

This commit is contained in:
Kris 2024-06-04 12:48:16 -04:00 committed by GitHub
parent 14f81490ec
commit 4236aa0851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@
.revision-details__user {
display: flex;
align-items: center;
gap: 0.25em;
}
.revision__title,