mirror of https://github.com/vector-im/riot-web
Increase composer line height to avoid cutting off emoji (#8583)
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