demosample
Version:
React components library project for CensaNext Design System
20 lines (17 loc) • 384 B
CSS
.AvatarGroup-item {
margin-right: calc((var(--spacing-s) + var(--spacing-m)) * -1);
}
.AvatarGroup-Popper {
max-width: var(--spacing-9);
overflow: hidden;
box-sizing: border-box;
word-break: break-word;
hyphens: auto;
}
.AvatarGroup-TextWrapper {
padding-right: var(--spacing);
display: flex;
flex-direction: column;
align-items: flex-end;
overflow-y: auto;
}