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
1 changed files with 2 additions and 1 deletions

View File

@ -4180,7 +4180,8 @@ a {
text-decoration: none;
line-height: inherit;
cursor: pointer;
word-break: break-all; }
}
a:hover, a:focus {
color: #1585cf; }
a img {