Skip to content

Commit

Permalink
🐛Fix horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Jan 9, 2025
1 parent ad66dd6 commit 92b9771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/IndexView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function selectSavedSearch(index: number) {
<main class="mt-3">
<details
:open="showSavedSearches"
class="osim-advanced-search-container container-fluid ms-3 ps-3"
class="osim-advanced-search-container container-fluid ps-3"
>
<summary @click="showSavedSearches === true"> Saved Searches</summary>
<div class="container-fluid mt-2">
Expand Down

0 comments on commit 92b9771

Please sign in to comment.