Normalize line-height for all elements [Fix #24]

nolan/hinaloe-test
Etienne Lemay 2016-11-17 10:58:34 -05:00
parent f2886f6f66
commit 8b4ec749a8
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.emoji-mart, .emoji-mart,
.emoji-mart * { .emoji-mart * {
box-sizing: border-box; box-sizing: border-box;
line-height: 1.15;
} }
.emoji-mart { .emoji-mart {