Skip to content

Commit

Permalink
fix: search bar in mobile its not responsive #1495 (#1496)
Browse files Browse the repository at this point in the history
hi
by adding some css properties the search filter is became responsive on all device

Signed-off-by: Rana Zaeem  <[email protected]>
  • Loading branch information
RanaZaeem0 committed Jun 11, 2024
1 parent 68ff1fd commit 0d0093e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/search/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
.filter.search-input-text {
padding: 0.6rem 1.2rem 0.6rem 2rem;
}
.flex-filter-modal{
width: 100% !important;
}
.modal-filter .modal-filter-header {
padding: 0rem 1.6rem 1.6rem 1.4rem !important;
}
}

/* Filter */
Expand Down

0 comments on commit 0d0093e

Please sign in to comment.