mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Increase composer line height to avoid cutting off emoji (#8583)
This commit is contained in:
parent
bc0bfa6377
commit
46bdccea9d
@ -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 New Issue
Block a user