Skip to content

Commit

Permalink
Merge pull request #25914 from storybookjs/charles-fix-sidebar-refs
Browse files Browse the repository at this point in the history
UI: Fix overlapping on the ref button in the sidebar
  • Loading branch information
cdedreuille authored Feb 5, 2024
2 parents 338fab5 + e6956cd commit 0f8374f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/ui/manager/src/components/sidebar/Refs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const CollapseButton = styled.button(({ theme }) => ({
gap: 6,
alignItems: 'center',
cursor: 'pointer',
overflow: 'hidden',

'&:focus': {
borderColor: theme.color.secondary,
Expand Down

0 comments on commit 0f8374f

Please sign in to comment.