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:
parent
04b97b66cb
commit
9690f7b73f
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
padding-bottom: 14px;
|
||||
vertical-align: top;
|
||||
width: calc(100% - 40px);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.date {
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
padding-bottom: 14px;
|
||||
vertical-align: top;
|
||||
width: calc(100% - 40px);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.date {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue