Skip to content

Commit

Permalink
[ACS-4322] content overlap issue fixed at 400% zoom and close button …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
jatin2008 authored Feb 13, 2023
1 parent 5ce8553 commit 6e99dd6
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit 6e99dd6

Please sign in to comment.