Skip to content

Commit

Permalink
Flex + gap instead of padding
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed May 2, 2024
1 parent e3ee736 commit b92c54d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/components/documents/ResultsList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
<style>
.container {
padding: 0 2rem;
display: flex;
flex-direction: column;
gap: 1.25rem;
}
label {
Expand Down

0 comments on commit b92c54d

Please sign in to comment.