Fix margins around small avatars (reply indicators, autocompletion suggestion) (#2231)

Fix regression from #2156
This commit is contained in:
Claire 2023-05-25 19:40:33 +02:00 committed by GitHub
parent cb6f445b90
commit 69903b5830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
padding: 0;
& > .account__avatar-wrapper {
margin: 0;
margin-inline-end: 8px;
}