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
@@ -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 {