[ACS-4276] Header section content does not reflow to fit horizontally within the viewpoint when the page is adjusted to an equivalent width of 320px or 400% zoom (#2976)

This commit is contained in:
Jatin Chugh
2023-02-10 00:22:26 +05:30
committed by GitHub
parent 2fdf2314bd
commit 6b72ef5b52

View File

@@ -153,3 +153,9 @@ mat-checkbox {
max-width: 180px; max-width: 180px;
} }
} }
@media screen and (max-width: 380px) {
.aca-search-input {
max-width: 148px;
}
}