mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Fix project title word break on projects overview page
This commit is contained in:
parent
253bdcda7a
commit
607ceca639
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue