Skip to content

Commit

Permalink
Add margin to filters
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Sep 17, 2024
1 parent 842cf0c commit fd3ef6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/paratext-bible-word-list/src/word-list.web-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ body {
display: flex;
align-items: center;
}

.filters > * {
margin: 0.25rem /* 4px */;
}
}

.word-component {
Expand Down

0 comments on commit fd3ef6e

Please sign in to comment.