Increase composer line height to avoid cutting off emoji (#8583)
This commit is contained in:
parent
bc0bfa6377
commit
46bdccea9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue