Commit 669f701f authored by Paul Kaplan's avatar Paul Kaplan

Fix wrapping on long activity text

parent b4c9e31d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment