Fix vertical alignment of default avatar font (#11582)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user