Skip to content

Commit

Permalink
Increase spacing between permission items
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Aug 12, 2024
1 parent f09d2e6 commit ee5dd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ a {
}

.permission-items {
margin: 0.5em 0;
margin: 1em 0 0.5em;
display: grid;
grid-template-columns: 49.25% 49.25%;
row-gap: 4px;
row-gap: 8px;
column-gap: 8px;
}

Expand Down

0 comments on commit ee5dd60

Please sign in to comment.