From 68f2bbe27623b697bd0089009c7844c7a33cb5d7 Mon Sep 17 00:00:00 2001
From: Nestor <npegane@hotmail.com>
Date: Mon, 23 Apr 2018 11:02:38 +0200
Subject: [PATCH] FEAT #312 justify content on left for working days

---
 apps/maarch_entreprise/css/engine.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/maarch_entreprise/css/engine.css b/apps/maarch_entreprise/css/engine.css
index 7f4b5052496..1ca23ce0b03 100755
--- a/apps/maarch_entreprise/css/engine.css
+++ b/apps/maarch_entreprise/css/engine.css
@@ -318,5 +318,5 @@ h1.admin-app-name {
 
 .mat-column-working_days {
     display:flex;
-    justify-content:right;
+    justify-content:left;
 }
\ No newline at end of file
-- 
GitLab