Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Increase composer line height to avoid cutting off emoji (#8583)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored May 13, 2022
1 parent bc0bfa6 commit 46bdcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_SendMessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
flex-direction: column;
font-size: $font-14px;
// fixed line height to prevent emoji from being taller than text
line-height: calc(1.2 * $font-14px);
line-height: $font-18px;
justify-content: center;
margin-right: 6px;
// don't grow wider than available space
Expand Down

0 comments on commit 46bdcce

Please sign in to comment.