Skip to content

Commit

Permalink
🐛 Sidesheet: fix shrinking close button (#3728)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes authored Feb 6, 2025
1 parent b2263f5 commit bd1d6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const Header = styled.div`
padding-right: 10px;
& > button {
margin-left: auto;
flex-shrink: 0;
}
`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ exports[`SideSheet Matches snapshot 1`] = `
.c1>button {
margin-left: auto;
flex-shrink: 0;
}
@media (hover:hover) and (pointer:fine) {
Expand Down

0 comments on commit bd1d6bf

Please sign in to comment.