Increase composer line height to avoid cutting off emoji (#8583)

This commit is contained in:
Robin 2022-05-13 11:31:27 -04:00 committed by GitHub
parent bc0bfa6377
commit 46bdccea9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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