Don't hyphenate wrapped URLs

This commit is contained in:
Alex Cabal 2022-06-24 13:57:27 -05:00
parent 1b237265c7
commit 280cf437bd

View file

@ -2499,6 +2499,8 @@ ul.feed p{
.url{
font-family: "Fira Mono", monospace;
font-size: .8rem;
hyphens: none;
word-break: break-word;
}
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */