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
parent 2f333d857a
commit abe4165416

View File

@@ -99,5 +99,7 @@ export default {
display: inline-block; display: inline-block;
border-radius: var(--border-radius-pill); border-radius: var(--border-radius-pill);
margin-right: 3px; margin-right: 3px;
white-space: nowrap;
text-overflow: ellipsis;
} }
</style> </style>