You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/tag/tag-item/tag-item.component.scss

22 lines
325 B
SCSS

@import "src/colors";
:host {
height: 100%;
overflow: hidden;
display: flex;
}
.tag-item-wrapper {
width: 100%;
padding: 0.25em;
text-overflow: ellipsis;
word-break: keep-all;
overflow: hidden;
margin: auto;
}
.tag-item-namespace {
margin-right: 0.25em;
color: $tag-namespace
}