From d34645784cddcc835e87eac77cb9ba86f7f043f1 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Wed, 8 Nov 2017 17:01:00 -0800 Subject: [PATCH] Fix CSS for IE10 [Close #135] --- css/emoji-mart.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/emoji-mart.css b/css/emoji-mart.css index bbe7881..93e62d7 100644 --- a/css/emoji-mart.css +++ b/css/emoji-mart.css @@ -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;