mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-24 16:04:55 +08:00
Fing long text not wrapped
This commit is contained in:
parent
9d3c8eedf9
commit
df63d31e9a
3 changed files with 10 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -652,4 +652,11 @@
|
|||
color: white;
|
||||
}
|
||||
}
|
||||
@supports not (hyphens: auto) {
|
||||
.bookmark-title,
|
||||
.bookmark-url,
|
||||
.bookmark-excerpt {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue