diff --git a/src/components/views/avatars/MemberAvatar.js b/src/components/views/avatars/MemberAvatar.js
index 4a6c9fb92e..42c2f6ca2d 100644
--- a/src/components/views/avatars/MemberAvatar.js
+++ b/src/components/views/avatars/MemberAvatar.js
@@ -92,9 +92,9 @@ module.exports = React.createClass({
return (
{ initial }
+ lineHeight: this.props.height + "px" }}>{ initial }
diff --git a/src/components/views/avatars/RoomAvatar.js b/src/components/views/avatars/RoomAvatar.js
index 95ec39de2e..2c1de65bcf 100644
--- a/src/components/views/avatars/RoomAvatar.js
+++ b/src/components/views/avatars/RoomAvatar.js
@@ -155,9 +155,9 @@ module.exports = React.createClass({
return (
{ initial }
+ lineHeight: this.props.height + "px" }}>{ initial }