#41 Added word-break to links to ensure they don't overlap other elements and removed unused css map file

This commit is contained in:
Stephen Cox 2019-04-25 14:30:30 +01:00
parent 6377580e94
commit 45bc568a05
2 changed files with 2 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long