Skip to content

Commit 6c68d22

Browse files
committed
chore(compass-components): fix hacky selector
1 parent 793b817 commit 6c68d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-components/src/components/drawer-portal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const drawerLayoutFixesStyles = css({
178178
},
179179

180180
// drawer content > title content
181-
'& > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div:first-child':
181+
'& > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child > div:first-child':
182182
{
183183
// fix for the flex parent not allowing flex children to collapse if they
184184
// are overflowing the container

0 commit comments

Comments
 (0)