Skip to content
Snippets Groups Projects
Commit d8e1372d authored by Julian's avatar Julian
Browse files

Break too long headlines

parent ee881aa8
No related branches found
No related tags found
1 merge request!906Resolve "Break too long headlines"
Pipeline #49566 passed
......@@ -34,6 +34,7 @@ Fixed
* The data check results list view didn't work if a related object had been deleted in the meanwhile.
* Socialaccount login template was not overriden
* Atomic transactions now cause only one Haystack update task to run
* Too long headlines didn't break in another line.
Changed
~~~~~~~
......
......@@ -297,6 +297,11 @@ h2 {
font-size: 3.0rem;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
hyphens: auto;
}
/* Collections */
ul.collection .collection-item .title {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment