From 0cca08984f8a96aa370547f6eb669aa7272b264d Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 6 Apr 2021 18:00:55 +0200 Subject: [PATCH] use flex-start --- app/frontend/src/stylesheets/modules/payzen-settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/src/stylesheets/modules/payzen-settings.scss b/app/frontend/src/stylesheets/modules/payzen-settings.scss index 7667e4ced..039eb7113 100644 --- a/app/frontend/src/stylesheets/modules/payzen-settings.scss +++ b/app/frontend/src/stylesheets/modules/payzen-settings.scss @@ -3,7 +3,7 @@ .payzen-keys { display: flex; flex-direction: row; - justify-content: start; + justify-content: flex-start; flex-wrap: wrap; .key-wrapper {