mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Prevent text overflow in card name
This commit is contained in:
parent
c4a48d510b
commit
dd5e0f448f
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@
|
|||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
line-height: 34px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.headerTitleWrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue