fix: avatarGroup negative margine

This commit is contained in:
Pavel Laptev 2024-10-05 18:22:32 +02:00
parent 51f02db9f0
commit a5bfa67ae9

View File

@ -56,12 +56,9 @@
position: relative;
display: flex;
& :global(> *) {
& :global(> span) {
display: flex;
margin-right: -4px;
&:last-child {
margin-right: 0;
}
}
}