media: Fix sender name clipping in mobile.

In mobile devices, letters like g, y, p etc. in sender name were clipped from bottom.
Fixed by adding line height to sender name.

Fixes: #11445
This commit is contained in:
overide 2019-02-04 11:31:57 +05:30 committed by Tim Abbott
parent 71958fc1d8
commit fd3be00fbd
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 15px;
}
textarea.new_message_textarea {