This commit is contained in:
Felix Roos
2022-03-06 21:39:10 +01:00
parent ad42e5eb61
commit a2ab2b9da5
19 changed files with 72400 additions and 62 deletions
+5
View File
@@ -1052,6 +1052,11 @@ select {
.overflow-hidden {
overflow: hidden;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.whitespace-pre {
white-space: pre;
}