Fix word break in facets by adding ul.tight-bullets li word-break: break-all (#1794)

Thanks, @dmr
This commit is contained in:
Daniel Rech 2022-09-06 02:45:41 +02:00 committed by GitHub
commit c9d1943aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,6 +260,7 @@ ul.bullets li {
ul.tight-bullets li {
list-style-type: disc;
margin-bottom: 0;
word-break: break-all;
}
a.not-underlined {
text-decoration: none;