Collection name layout fix (#12169)

This commit is contained in:
Andrey Trubay
2022-03-15 16:37:14 +02:00
committed by GitHub
parent b69a29fb1c
commit cf3e86bebd

View File

@@ -684,8 +684,9 @@ export default defineComponent({
.v-list-item {
.collection {
margin-right: 1ch;
color: var(--primary);
white-space: nowrap;
margin-right: 1ch;
}
}