From c869036c286f79a53450bb82b78d43079ccaaba5 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 30 Jul 2018 11:51:35 +0200 Subject: [PATCH] dossier: fix layout of form action buttons on IE11 Fix #2311 --- app/assets/stylesheets/new_design/forms.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/new_design/forms.scss b/app/assets/stylesheets/new_design/forms.scss index 5322c2f90..c115bcf6b 100644 --- a/app/assets/stylesheets/new_design/forms.scss +++ b/app/assets/stylesheets/new_design/forms.scss @@ -283,7 +283,6 @@ .send-wrapper { display: flex; width: 100%; - justify-content: flex-end; margin-top: $default-padding; margin-bottom: 2 * $default-padding;