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;
   }
 }