Skip to content

Commit

Permalink
align details indent line
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Nov 14, 2024
1 parent 1f4b6bc commit 9a351ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/details/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,14 @@ $details-caret-width: 1.75rem;

&--open & {
&__icon {
left: -0.1rem;
top: 0.2rem;
transform: rotate(90deg);
}

&__content {
border-left: 4px solid var(--ons-color-borders-indent);
display: block;
margin: 1rem 0 0;
margin: 1rem 0 0 0.5rem;
padding: 0 0 0 1.5rem;
}
}
Expand Down

0 comments on commit 9a351ac

Please sign in to comment.