Skip to content

Commit

Permalink
[ACS-4276] Header section content does not reflow to fit horizontally…
Browse files Browse the repository at this point in the history
… within the viewpoint when the page is adjusted to an equivalent width of 320px or 400% zoom (#2976)
  • Loading branch information
jatin2008 committed Feb 9, 2023
1 parent 2fdf231 commit 6b72ef5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,9 @@ mat-checkbox {
max-width: 180px;
}
}

@media screen and (max-width: 380px) {
.aca-search-input {
max-width: 148px;
}
}

0 comments on commit 6b72ef5

Please sign in to comment.