From ea05ef41c66f94b2c96cb77d651b59795cc176d0 Mon Sep 17 00:00:00 2001 From: enadhilal Date: Tue, 14 Apr 2020 15:16:37 +0300 Subject: [PATCH] fix design in ITG request --- .../work-list-main-itg.component.html | 12 +++++++++--- .../work-list-main-itg.component.scss | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.html b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.html index 08556ea4..99ad265e 100644 --- a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.html +++ b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.html @@ -29,20 +29,24 @@
+ +
-
diff --git a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.scss b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.scss index 1d5292a4..a2fcbc06 100644 --- a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.scss +++ b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.scss @@ -12,5 +12,5 @@ position: fixed !important; } .tabs-margin{ - margin-left: 90px; + margin-left: 0px; } \ No newline at end of file