Add hyphenation to titles which might contain long words.

This commit is contained in:
Vesa Luusua 2019-02-20 18:11:05 +02:00
parent 0c15dae30e
commit ca284f8d7e
3 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@
}
.title {
hyphens: auto;
margin-top: 8px;
margin-bottom: 19px;

View file

@ -17,6 +17,7 @@
}
.title {
hyphens: auto;
margin-top: 8px;
margin-bottom: 19px;

View file

@ -20,6 +20,7 @@
.heading {
margin-right: 24px;
hyphens: auto;
}
.profileLink {