7565-testToMaster #431

Merged
alexm merged 188 commits from 7565-testToMaster into master 2024-06-11 06:33:01 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7197881cdd - Show all commits
src/components/ui

View File

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