Fix CSS for IE10 [Close #135]

nolan/hinaloe-test
Etienne Lemay 2017-11-08 17:01:00 -08:00
parent 810c472917
commit d34645784c
1 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@
.emoji-mart-anchors {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 6px;
color: #858585;
@ -42,7 +43,8 @@
.emoji-mart-anchor {
position: relative;
flex: 1;
display: block;
flex: 1 1 auto;
text-align: center;
padding: 12px 4px;
overflow: hidden;