npm: package updates
This commit is contained in:
parent
9f151a7b4d
commit
d9458f8f5c
|
@ -933,6 +933,12 @@ video {
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue