Fix tags' display when they are numerous

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet
2024-03-27 10:01:49 +01:00
committed by backportbot[bot]
parent 821a74220e
commit bbe895ca78

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>