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:
parent
141fc74dbb
commit
a275dcf12f
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@
|
|||
line-height: 1.1;
|
||||
padding: 24px 20px;
|
||||
position: absolute;
|
||||
hyphens: auto;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.project {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue