From 9fbb25c3cbd5b85ff2fa932fb971ede15390896f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 5 Dec 2018 22:20:38 +0300 Subject: [PATCH] fix --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 62368bb0..3e0c4cb5 100644 --- a/src/App.scss +++ b/src/App.scss @@ -207,7 +207,7 @@ i[class*=icon-] { } .item { - flex: 1; + flex: 1 0 auto; line-height: 50px; height: 50px; overflow: hidden;