npm: package updates

This commit is contained in:
NPM Update Bot 2024-01-19 09:48:06 +00:00
parent 9f151a7b4d
commit d9458f8f5c
1 changed files with 6 additions and 0 deletions

View File

@ -933,6 +933,12 @@ video {
overflow-y: auto;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.rounded {
border-radius: 0.25rem;
}