5
0
mirror of https://git.coop/cotech/website.git synced 2024-09-28 16:26:04 +00:00

Stopping links breaking mid-word all over the place

This commit is contained in:
harry 2019-04-25 16:09:31 +01:00
parent fd77a75d44
commit dfec311aca

View File

@ -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 {