Skip to content

Commit

Permalink
fix: OBS-729 | Filters: Fix alignment on nested dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitappt committed Mar 26, 2024
1 parent 1598070 commit b14eece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const DropdownMenu = styled.div<{ alignRight?: boolean }>`
props.alignRight &&
`
position: absolute;
left: 205px;
left: 240px;
top: -34px;
`}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const DropdownMenu = styled.div<{ alignRight?: boolean }>`
props.alignRight &&
`
position: absolute;
left: 205px;
left: 240px;
top: -34px;
`}
Expand Down

0 comments on commit b14eece

Please sign in to comment.