Fix project title word break on projects overview page

pull/119/head
Jan Metzger 5 years ago committed by GitHub
parent 0fb60eb886
commit f6dbba2ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,10 +91,12 @@
.openTitle {
bottom: 0;
font-size: 24px;
hyphens: auto;
left: 0;
line-height: 1.1;
padding: 24px 20px;
position: absolute;
word-break: break-word;
}
.project {

Loading…
Cancel
Save