Skip to content

Commit

Permalink
#4108 - Test (LayoutModeButton): Revert top
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiP-EPAM committed Jul 16, 2024
1 parent 231d8f5 commit 08657d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const OptionsContainer = styled.div<OptionsContainerProps>`
display: flex;
position: absolute;
left: ${({ isVertical }) => (isVertical ? '-34px' : '5px')};
top: ${({ isVertical }) => (isVertical ? '22px' : '0')};
top: ${({ isVertical }) => (isVertical ? '38px' : '0')};
border-radius: 4px;
flex-direction: ${({ isVertical }) => (isVertical ? 'column' : 'row')};
height: 100px;
Expand Down

0 comments on commit 08657d5

Please sign in to comment.