Skip to content

Commit 4ed4e24

Browse files
committed
allow newlines in title
1 parent 767e7a7 commit 4ed4e24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • comiclib/LANraragi/public/css

comiclib/LANraragi/public/css/lrr.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/* Global LANraragi CSS. Don't mess !*/
22

3+
h1 {
4+
white-space: pre-line;
5+
}
6+
37
td.itd {
48
overflow: hidden;
59
text-overflow: ellipsis;

0 commit comments

Comments
 (0)