Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Fixed Search results width
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thansen committed Oct 30, 2023
1 parent 2069b04 commit 995d28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
position: absolute;
left: 0%; /* This need to be improve later to align with the left side of search input box*/
top: calc(100% + 2px);
width: 100%;
width: 120%;
background-color: #ddddddbd;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
Expand Down

0 comments on commit 995d28d

Please sign in to comment.