mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +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;
|
padding-bottom: 14px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: calc(100% - 40px);
|
width: calc(100% - 40px);
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: calc(100% - 40px);
|
width: calc(100% - 40px);
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue