From 0abf8b852962daa1dad5df3d08ca11883c20262f Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 22 Jan 2019 16:36:04 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20Alignement=20des=20r=C3=A9ponses=20au?= =?UTF-8?q?=20statut=20juridique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ui/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/ui/index.css b/source/components/ui/index.css index 74e7f016c..2838009e5 100644 --- a/source/components/ui/index.css +++ b/source/components/ui/index.css @@ -24,7 +24,7 @@ button { .ui__.answer-group { display: flex; align-items: center; - justify-content: end; + justify-content: flex-end; } @media (max-width: 500px) { .ui__.answer-group {