fix: Prevent text overflow in activities
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user