fix title word wrapping
This commit is contained in:
parent
328fd95842
commit
949d7437a4
2 changed files with 6 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ html {
|
||||||
|
|
||||||
* {
|
* {
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
|
scrollbar-color: rgba(255, 255, 255) transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Works on Chrome, Edge, and Safari */
|
/* Works on Chrome, Edge, and Safari */
|
||||||
|
|
@ -54,7 +54,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
*::-webkit-scrollbar-thumb {
|
*::-webkit-scrollbar-thumb {
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255);
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,10 @@ a {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a > * {
|
||||||
|
word-break: normal;
|
||||||
|
}
|
||||||
|
|
||||||
a * {
|
a * {
|
||||||
transition: font 0.2s ease-in-out;
|
transition: font 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue