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:
committed by
backportbot[bot]
parent
821a74220e
commit
bbe895ca78
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user