Skip to content

Commit

Permalink
removed h-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanSaleh committed Nov 28, 2022
1 parent 28c3b7c commit ccd7551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/filter/Filter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Filter = ({ setData, items }) => {

return (
<div className="flex ">
<div className="bg-gray-200 h-screen p-5 flex flex-col items-center">
<div className="bg-gray-200 p-5 flex flex-col items-center">
<h2 className="text-secondary font-bold text-3xl">{t("filter")}</h2>

{/* SALARY */}
Expand Down

0 comments on commit ccd7551

Please sign in to comment.