Skip to content

Commit

Permalink
Fix ProfileMenu alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Nov 14, 2023
1 parent 148a4dc commit 125233b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-glasses-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': patch
---

Fixed the alignment of the ProfileMenu.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
}

.details {
display: block;
display: flex;
flex-direction: column;
}

@media (min-width: 768px) {
Expand Down Expand Up @@ -43,7 +44,7 @@
transition: transform var(--cui-transitions-default);
}

button[aria-expanded='true'] .chevron {
button[aria-expanded="true"] .chevron {
transform: rotate(180deg);
}
}
Expand Down

0 comments on commit 125233b

Please sign in to comment.