Skip to content

Commit

Permalink
accordion triangle padding
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 12, 2024
1 parent db63764 commit 54fd09f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -527,3 +527,10 @@ details summary {
details summary > * {
display: inline;
}

summary {
list-style-position: outside;
margin-left: 20px;
padding: 10px 10px 10px 20px;
border-radius: 5px;
}

0 comments on commit 54fd09f

Please sign in to comment.