mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 23:55:16 -04:00
build
This commit is contained in:
@@ -1052,6 +1052,11 @@ select {
|
||||
.overflow-hidden {
|
||||
overflow: hidden;
|
||||
}
|
||||
.truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.whitespace-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user