[ACS-3731] content reflow issue fixed to fit the viewport at 400% zoom sub task ACS-3889 (#7979)

* content reflow issue fixed to fit the viewport at 400% zoom

* review comments fixed for class and adf-full-width

* addressed review comments

* addressed review comments

* linting changes
This commit is contained in:
jatin2008 2022-11-28 18:12:59 +05:30 committed by GitHub
parent 97b39dd1c5
commit 97d6d7d532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,3 +32,17 @@
.adf-dialog-action-button:disabled > span {
color: var(--theme-text-color);
}
@media screen and (max-width: 380px) {
.mat-form-field {
font-size: 6px;
}
.mat-dialog-title {
margin: 0;
}
.adf-dialog-buttons {
padding: 0;
}
}