-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [IOCOM-1955] Fix message time going out of screen (#6459)
## Short description This PR fixes a regression in the MessageListItem that made the message's received date going out of screen. |Before|After| |-|-| ||| ## List of changes proposed in this pull request - `flex: 1` was replaced with `flexGrow: 1` (in order to have a more website-driven styling approach) but this caused the problem described above. Combining it with `flexShrink: 1` results in having the save behaviour as `flex: 1` ## How to test check that the message list is displayed properly, with the date staying inside the cell.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters