Skip to content

Commit

Permalink
details summary size
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 12, 2024
1 parent 5fa9da2 commit d786dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ label {

details summary {
cursor: pointer;
font-size: 2.28em; /* Increase font size to make the triangle larger */
/* font-size: 2.28em; Increase font size to make the triangle larger */
}

details summary > * {
Expand All @@ -531,7 +531,7 @@ details summary > * {

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

0 comments on commit d786dca

Please sign in to comment.