1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Prevent text overflow in activities

This commit is contained in:
Maksim Eltyshev 2025-06-03 23:15:07 +02:00
parent 04b97b66cb
commit 9690f7b73f
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
padding-bottom: 14px;
vertical-align: top;
width: calc(100% - 40px);
word-wrap: break-word;
}
.date {

View file

@ -16,6 +16,7 @@
padding-bottom: 14px;
vertical-align: top;
width: calc(100% - 40px);
word-wrap: break-word;
}
.date {