app/stylesheets/alchemy/admin/attachment-select.scss
.attachment-select--attachment {
display: flex;
align-items: center;
height: 21px;
.icon {
margin: 0 var(--spacing-1) 0 0;
.select2-highlighted & {
fill: var(--color-white);
}
}
}
.attachment-select--attachment-name {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}