Skip to content

Commit

Permalink
Wavegen width issue fixed (fossasia#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipe-Runner authored and mariobehling committed Aug 30, 2019
1 parent 7cc55f4 commit 40ffb87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/screen/WaveGenerator/components/Settings.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export const Spacer = styled.div`
flex: 1;
`;

export const Wrapper = styled.div``;
export const Wrapper = styled.div`
width: 1208px;
`;

export const MainContainer = styled.div`
display: flex;
Expand Down Expand Up @@ -128,6 +130,8 @@ export const BorderMaker = styled.div`
border-color: ${props => props.theme.primary.main};
border-radius: 4px;
padding: 16px 8px;
height: 258px;
width: 510px;
`;

export const SliderContainer = styled.div`
Expand Down

0 comments on commit 40ffb87

Please sign in to comment.