fix unordered-list li items overflow, esp on about page
This commit is contained in:
@@ -243,3 +243,9 @@ footer > hr {
|
||||
.ghcup-os-container > * {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* fix list overflows (esp about page) */
|
||||
ul > li {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user