Skip to content

Commit

Permalink
👌 Reduce right-padding of dropdown title
Browse files Browse the repository at this point in the history
1em to 0.5em
  • Loading branch information
chrisjsewell committed May 26, 2024
1 parent 16af1dc commit 347459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ details.sd-dropdown {
}

summary.sd-summary-title {
padding: 0.5em 1em;
padding: 0.5em 0.5em 0.5em 1em;
font-size: var(--sd-fontsize-dropdown-title);
font-weight: var(--sd-fontweight-dropdown-title);

Expand Down

0 comments on commit 347459f

Please sign in to comment.