Files

9 lines
101 B
CSS
Raw Permalink Normal View History

2025-08-11 11:51:38 +08:00
uni-text[selectable] {
cursor: auto;
user-select: text;
}
uni-text {
white-space: pre-line;
}