diff --git a/res/css/views/elements/_MessageEditor.scss b/res/css/views/elements/_MessageEditor.scss index 49bd48b6bd..4cc44ab4eb 100644 --- a/res/css/views/elements/_MessageEditor.scss +++ b/res/css/views/elements/_MessageEditor.scss @@ -41,6 +41,8 @@ limitations under the License. } span.user-pill, span.room-pill { + height: 20px; + line-height: 20px; border-radius: 16px; display: inline-block; color: $primary-fg-color;