1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

Fix project title word break on projects overview page

This commit is contained in:
Jan Metzger 2021-04-13 16:03:23 +02:00 committed by GitHub
parent 0fb60eb886
commit f6dbba2ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {