From 838c9b39c01cc62ad19e1d33abc2f5ce8dd0953d Mon Sep 17 00:00:00 2001 From: SnehaRH Date: Thu, 5 Feb 2026 17:22:51 +0530 Subject: [PATCH] fix: amm-1971 overlapping icons --- .../inward-stock-report.component.css | 19 +- .../inward-stock-report.component.html | 174 ++++++++---------- 2 files changed, 97 insertions(+), 96 deletions(-) diff --git a/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.css b/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.css index bad2176..e536358 100644 --- a/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.css +++ b/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.css @@ -1,7 +1,20 @@ -/* CSS files should not be empty SonarQube Bug Fix */ +/* Fix for overlapping at different zoom levels */ +.mat_form_field_background_width { + width: 100% !important; +} +.input-full-width { + width: 100% !important; +} -.mat_form_field_background_width>>>.mat-mdc-text-field-wrapper { - width: 125% !important; +/* Ensure Material form field doesn't overflow */ +::ng-deep .mat_form_field_background_width .mat-mdc-text-field-wrapper { + width: 100% !important; + max-width: 100% !important; } +/* Add some spacing between columns to prevent overlap */ +.row > [class*='col-'] { + padding-left: 8px; + padding-right: 8px; +} \ No newline at end of file diff --git a/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.html b/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.html index 83c4eee..32187e6 100644 --- a/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.html +++ b/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.html @@ -1,96 +1,84 @@ -
-
-
-

{{ currentLanguageSet?.inventory?.inwardStockReport }}

-
-
- -
-
-
-
- - - {{ currentLanguageSet?.inventory?.startDate }} - - - - - -
-
- - - {{ currentLanguageSet?.inventory?.endDate }} - - - - - -
-
- - - {{ currentLanguageSet?.inventory?.facility }} - - - {{ - item - }} - - -
-
- -
-
-
+ {{ + item + }} + + +
+
+ +
+