Fix wrapping on long activity text

This commit is contained in:
Paul Kaplan 2021-05-11 11:33:49 -04:00
parent b4c9e31d30
commit 669f701fd3

View file

@ -247,6 +247,13 @@ $radius: 8px;
.studio-activity-icon {
opacity: 1;
}
/* Ensure that line breaks occur only the message text, not in the flex layout or date */
.social-message-date {
white-space: nowrap;
}
.flex-row.mod-social-message {
flex-wrap: nowrap;
}
}
/* Modification classes for different interaction states */