Files
dspace-angular/src/app/shared/form/chips/chips.component.scss
2022-12-08 16:12:14 +01:00

8 lines
108 B
SCSS

.chip-selected {
background-color: var(--bs-secondary) !important;
}
.chip-label {
max-width: 10rem;
}