This commit is contained in:
epoberezkin
2023-04-24 18:32:31 +00:00
parent 9a56777ffc
commit 75ee9f878a
3 changed files with 2970 additions and 0 deletions
+6
View File
@@ -1332,6 +1332,12 @@ video {
overflow: hidden;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.whitespace-nowrap {
white-space: nowrap;
}