Skip to content

Commit

Permalink
triangle size
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 12, 2024
1 parent bed322f commit 6792845
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ details summary {

details summary > * {
display: inline;
font-size: 2.28em; /* Increase font size to make the triangle larger */
}

summary {
Expand All @@ -534,10 +535,3 @@ summary {
padding: 10px 10px 10px 20px;
border-radius: 5px;
}

details summary::before {
content: ''; /* Ensure content is empty to prevent duplication */
display: inline-block;
margin-right: 0.5em; /* Adjust spacing between marker and text */
font-size: 2.28em; /* Increase font size to make the triangle larger */
}

0 comments on commit 6792845

Please sign in to comment.