Skip to content

Commit

Permalink
search display fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAlemayehu1 committed Feb 17, 2021
1 parent 3d795a4 commit 09d7110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function searchAdmin(e){

}
else{
item.style.display = "block"
item.style.display = "flex-inline"

}
});
Expand Down

0 comments on commit 09d7110

Please sign in to comment.