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 cb09462 commit f90c611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/views/__tests__/__snapshots__/IndexView.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`indexView > should render 1`] = `
"<main data-v-fb5dc0f2="" class="mt-3">
<details data-v-fb5dc0f2="" open="" class="osim-advanced-search-container container-fluid ms-3 ps-3">
<details data-v-fb5dc0f2="" open="" class="osim-advanced-search-container container-fluid ps-3">
<summary data-v-fb5dc0f2=""> Saved Searches</summary>
<div data-v-fb5dc0f2="" class="container-fluid mt-2"><button data-v-fb5dc0f2="" title="Query: django query
Fields: affects__ps_component: test" class="btn me-2 mt-1 border" type="button">name <i data-v-fb5dc0f2="" class="bi ms-2 bi-star"></i></button></div>
Expand Down

0 comments on commit f90c611

Please sign in to comment.