#6957: FetchedTags refactor template #382

Merged
jsegarra merged 11 commits from 6957_refactorFetechedTags into dev 2024-05-24 06:18:24 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7197881cdd - Show all commits

View File

@ -72,5 +72,8 @@ const tags = computed(() => {
min-width: 4rem;
max-width: 4rem;
}
.empty {
border: 1px solid $color-spacer-light;
}
}
</style>