Merge pull request #5727 from nextcloud/backport/5702/stable29

[stable29] Fix tags' display when they are numerous
This commit is contained in:
Julius Härtl
2024-04-23 19:26:45 +02:00
committed by GitHub

View File

@@ -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>