add translation for tags

This commit is contained in:
Первов Артем
2026-06-17 11:22:24 +03:00
parent 2c4aef1185
commit 6b6e0abe40
6 changed files with 118 additions and 15 deletions

View File

@@ -343,13 +343,29 @@
text-align: left;
}
.tag-select-item span {
.tag-select-item__name {
min-width: 0;
}
.tag-select-item__name span,
.tag-select-item__name small {
display: block;
min-width: 0;
overflow: hidden;
font-size: 0.78rem;
text-overflow: ellipsis;
white-space: nowrap;
}
.tag-select-item__name span {
font-size: 0.78rem;
}
.tag-select-item__name small {
margin-top: 3px;
color: var(--muted);
font-size: 0.68rem;
}
.tag-select-item strong {
color: #e5e7eb;
font-size: 0.76rem;