fix links exploding interface on Chrome

https://github.com/colouring-cities/colouring-london/issues/996
This commit is contained in:
Mateusz Konieczny 2022-12-06 11:45:48 +01:00
parent 19069a69d2
commit 88c332ae2c

View File

@ -150,6 +150,9 @@
position: static;
margin-right: 0.5em;
}
.data-section a {
overflow-wrap: break-word;
}
.data-list dd {
margin: 0 0 0.5rem;
line-height: 1.5;