Skip to content

Commit

Permalink
Fix overflow at narrow viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Apr 19, 2024
1 parent d8cbbbd commit 6d942e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/stylesheets/components/_search-results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
background: var(--white);
display: block;
margin: var(--spacing-small) 0;
overflow-x: scroll;
padding: var(--spacing-small);
}
}

0 comments on commit 6d942e3

Please sign in to comment.