mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-19 13:29:15 +00:00
Add "word-wrap: break-word" for links
This commit is contained in:
parent
57ba13ce8a
commit
01d5fdb2b8
1 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
html {
|
||||
|
@ -91,4 +92,4 @@ details {
|
|||
|
||||
.fw-nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue