From ac80cf868ff30fc4e61862d43666188ddb87b5dd Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 14 Dec 2018 14:35:56 +0300 Subject: [PATCH] fix chrome --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 871f193f..0a303b15 100644 --- a/src/App.scss +++ b/src/App.scss @@ -242,7 +242,7 @@ i[class*=icon-] { } &.right { - justify-content: right; + justify-content: flex-end; padding-right: 20px; } }