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

Commit 46bdcce

Browse files
authored
Increase composer line height to avoid cutting off emoji (#8583)
1 parent bc0bfa6 commit 46bdcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_SendMessageComposer.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
flex-direction: column;
2121
font-size: $font-14px;
2222
// fixed line height to prevent emoji from being taller than text
23-
line-height: calc(1.2 * $font-14px);
23+
line-height: $font-18px;
2424
justify-content: center;
2525
margin-right: 6px;
2626
// don't grow wider than available space

0 commit comments

Comments
 (0)