Merge pull request #5702 from nextcloud/Jerome-Herbinet-tags-display-fix-when-numerous

Fix tags' display when they are numerous
This commit is contained in:
Julius Härtl
2024-04-03 10:30:29 +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>