[ACS-4322] content overlap issue fixed at 400% zoom and close button which was earlier not visible at 400% zoom is visible now. (#8201)

* content overlap issue fixed at 400% zoom and close button which was earlier not visible at 400% zoom fixed

* adjusting the contents at 400% zoom by reducing the padding of mat-dialog-container

* linting change of zero-no-unit
This commit is contained in:
Jatin Chugh
2023-02-13 16:07:18 +05:30
committed by GitHub
parent 5ce8553901
commit 6e99dd663a

View File

@@ -66,4 +66,19 @@
.mat-form-field-flex {
align-items: center;
}
@media screen and (max-width: 380px) {
.mat-dialog-container {
padding: 0 15px;
}
.mat-dialog-actions {
margin-bottom: 0;
padding: 2px 0;
}
.mat-form-field-suffix {
padding-left: 8px;
}
}
}