mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 11:26:37 -04:00
Don't hyphenate wrapped URLs
This commit is contained in:
parent
1b237265c7
commit
280cf437bd
1 changed files with 2 additions and 0 deletions
|
@ -2499,6 +2499,8 @@ ul.feed p{
|
||||||
.url{
|
.url{
|
||||||
font-family: "Fira Mono", monospace;
|
font-family: "Fira Mono", monospace;
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
|
hyphens: none;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue