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

Fix regression from #2156
th-downstream
Claire 1 year ago committed by GitHub
parent b13b71d1f5
commit 5a99be78e4

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

Loading…
Cancel
Save