mirror of
https://git.coop/cotech/website.git
synced 2024-11-25 16:13:06 +00:00
Stopping links breaking mid-word all over the place
This commit is contained in:
parent
fd77a75d44
commit
dfec311aca
@ -4180,7 +4180,8 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
word-break: break-all; }
|
|
||||||
|
}
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
color: #1585cf; }
|
color: #1585cf; }
|
||||||
a img {
|
a img {
|
||||||
|
Loading…
Reference in New Issue
Block a user