Skip to content

Commit

Permalink
fix(Itinerary): add overflow:hidden to ItinerarySegmentDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jan 16, 2024
1 parent 4d33c99 commit c4f2e3c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -69,7 +69,8 @@ const StyledDuration = styled.div<{ $minWidth?: number }>`
const StyledExpandable = styled.div`
${({ theme }) => css`
padding-top: ${theme.orbit.spaceSmall};
`}
overflow: hidden;
`};
`;

StyledExpandable.defaultProps = {
Expand Down

0 comments on commit c4f2e3c

Please sign in to comment.