Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c8ddeb8

Browse files
author
Germain
authored
Fix bubble message layout avatar overlap (#11284)
1 parent 1099173 commit c8ddeb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/messages/_DisambiguatedProfile.pcss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ limitations under the License.
2424
.mx_DisambiguatedProfile_displayName {
2525
font: var(--cpd-font-body-md-semibold);
2626
margin-inline-end: 0;
27+
/* keeps the height in check, important for the bubble apperance */
28+
line-height: 1;
2729
}
2830

2931
.mx_DisambiguatedProfile_mxid {

0 commit comments

Comments
 (0)