fix title word wrapping
This commit is contained in:
parent
328fd95842
commit
949d7437a4
2 changed files with 6 additions and 2 deletions
|
|
@ -141,6 +141,10 @@ a {
|
|||
word-break: break-all;
|
||||
}
|
||||
|
||||
a > * {
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
a * {
|
||||
transition: font 0.2s ease-in-out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue