Skip to content
Snippets Groups Projects

Resolve "Break too long headlines"

Merged Julian requested to merge 530-break-too-long-headlines into master
Files
2
@@ -297,6 +297,11 @@ h2 {
font-size: 3.0rem;
}
p, h1, h2, h3, h4, h5, h6, .card-title {
overflow-wrap: break-word;
hyphens: auto;
}
/* Collections */
ul.collection .collection-item .title {
Loading