UX: add space between revision avatar and username (#27329)
This commit is contained in:
parent
14f81490ec
commit
4236aa0851
|
@ -75,6 +75,7 @@
|
|||
.revision-details__user {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.25em;
|
||||
}
|
||||
|
||||
.revision__title,
|
||||
|
|
Loading…
Reference in New Issue