Skip to content

Commit

Permalink
Merge pull request #5702 from nextcloud/Jerome-Herbinet-tags-display-…
Browse files Browse the repository at this point in the history
…fix-when-numerous

Fix tags' display when they are numerous
  • Loading branch information
juliusknorr authored Apr 3, 2024
2 parents f0a1ff3 + fb8879b commit 66b226c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/card/TagSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,7 @@ export default {
display: inline-block;
border-radius: var(--border-radius-pill);
margin-right: 3px;
white-space: nowrap;
text-overflow: ellipsis;
}
</style>

0 comments on commit 66b226c

Please sign in to comment.