From f02460ba8297dd393591a4554474018e30bc83a8 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Wed, 26 Feb 2020 12:22:02 +1100
Subject: [PATCH] fix layout bug

---
 src/app/login/login.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/login/login.component.html b/src/app/login/login.component.html
index e74fbf9..14201f8 100644
--- a/src/app/login/login.component.html
+++ b/src/app/login/login.component.html
@@ -7,7 +7,7 @@
 
         
             <!--<div  fxFlex style="flex: 1 1 0%; box-sizing: border-box">-->
-                <div fxLayout="column" fxLayoutAlign="none stretch" fxFlex >
+                <div fxLayout="column" fxLayoutAlign="none stretch"  >
                     <div style="height: 50px"></div>
                     <mat-form-field style="width: 100%">
                         <mat-label>Choose a service</mat-label>
-- 
GitLab