Fix bubble message layout avatar overlap (#11284)
This commit is contained in:
parent
10991736e4
commit
c8ddeb8e8a
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue