Fixes issue #21381#8199
Conversation
germain-gg
left a comment
There was a problem hiding this comment.
I'm not sure this currently solves the issue.
Could you please post screenshots of the fix in the description of the PR? It would be beneficial to see the fix on the different timeline layouts too
| className="mx_MessageTimestamp" | ||
| title={formatFullDate(date, this.props.showTwelveHour)} | ||
| aria-hidden={true} | ||
| min-height="1rem" |
There was a problem hiding this comment.
There are no min-height attributes on a span HTML element.
My hunch is that we would have to update the mx_EventTile_line CSS class rather than the message timestamp. It's positioned absolutely and therefore will not affect the height of the event tile
|
@goelesha you would not have to close the PR and delete the branch. You just could push additional commit(s) to address the question. |
Ohh Okay. I thought as I was on the wrong path and understood the problem later. So I will create a separate PR. |
The new PR can be viewed on this link. |
Notes: Fix a bug (element-hq/element-web#21381) where I have setup min-height to avoid overlapping timestamps
Fixes: element-hq/element-web#21381
Here's what your changelog entry will look like:
🐛 Bug Fixes