From 819cdbfe6069ae206a1d4ab0960e2501f5f36c8a Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Fri, 29 Nov 2019 04:07:17 -0500 Subject: [PATCH] small alignment --- src/app/pages/pages.component.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/pages/pages.component.scss b/src/app/pages/pages.component.scss index a469231..f48b821 100644 --- a/src/app/pages/pages.component.scss +++ b/src/app/pages/pages.component.scss @@ -1,5 +1,6 @@ .mat-form-field { - min-width: 30em; + width: 30em; + max-width: 100%; } .mat-table { @@ -7,7 +8,7 @@ } .mat-progress-bar { - max-width: 60em; + width: 100%; } .mat-header-cell { @@ -16,9 +17,11 @@ .mat-column-error { text-align: center; - min-width: 5em; + width: 5em; + max-width: 100%; } .mat-column-gateway { - min-width: 50em; + width: 50em; + max-width: 100%; }