Fix bubble message layout avatar overlap ()

This commit is contained in:
Germain 2023-07-18 09:36:01 +01:00 committed by GitHub
parent 10991736e4
commit c8ddeb8e8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,8 @@ limitations under the License.
.mx_DisambiguatedProfile_displayName {
font: var(--cpd-font-body-md-semibold);
margin-inline-end: 0;
/* keeps the height in check, important for the bubble apperance */
line-height: 1;
}
.mx_DisambiguatedProfile_mxid {