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

fix word break on projects dashboard page

This commit is contained in:
Zazama 2021-04-08 20:30:22 +02:00
parent 141fc74dbb
commit a275dcf12f

View file

@ -95,6 +95,8 @@
line-height: 1.1; line-height: 1.1;
padding: 24px 20px; padding: 24px 20px;
position: absolute; position: absolute;
hyphens: auto;
word-break: break-word;
} }
.project { .project {