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

fix: Prevent text overflow in card name

This commit is contained in:
Maksim Eltyshev 2025-06-05 00:01:34 +02:00
parent c4a48d510b
commit dd5e0f448f

View file

@ -195,6 +195,7 @@
font-size: 28px; font-size: 28px;
font-weight: bold; font-weight: bold;
line-height: 34px; line-height: 34px;
word-wrap: break-word;
} }
.headerTitleWrapper { .headerTitleWrapper {