You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix bubble message layout avatar overlap (#11284)
This commit is contained in:
@ -24,6 +24,8 @@ limitations under the License.
|
|||||||
.mx_DisambiguatedProfile_displayName {
|
.mx_DisambiguatedProfile_displayName {
|
||||||
font: var(--cpd-font-body-md-semibold);
|
font: var(--cpd-font-body-md-semibold);
|
||||||
margin-inline-end: 0;
|
margin-inline-end: 0;
|
||||||
|
/* keeps the height in check, important for the bubble apperance */
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DisambiguatedProfile_mxid {
|
.mx_DisambiguatedProfile_mxid {
|
||||||
|
Reference in New Issue
Block a user