Fix vertical alignment of default avatar font (#11582)
This commit is contained in:
parent
9479433b0e
commit
0ee2eac0e5
2 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue