mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Fix wrapping on long activity text
This commit is contained in:
parent
b4c9e31d30
commit
669f701fd3
1 changed files with 7 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue