Fix vertical alignment of default avatar font (#11582)

This commit is contained in:
Michael Telatynski 2023-09-08 11:01:21 +01:00 committed by GitHub
parent 9479433b0e
commit 0ee2eac0e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -24,8 +24,9 @@ limitations under the License.
}
button.mx_BaseAvatar {
/* The user agent stylesheet overrides the font-size in this scenario
/* The user agent stylesheet overrides the font-size & line-height in this scenario
And that breaks the alignment, emojis, and all sorts of things
*/
font-size: inherit;
line-height: inherit;
}