Skip to content

Commit

Permalink
change org styles back
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoferrall committed May 25, 2020
1 parent 86081c6 commit 7943bdf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ interface Props extends WithMutationProps, WithAtmosphereProps {

const StyledButton = styled(FlatButton)({
paddingLeft: 0,
paddingRight: 0
paddingRight: 0,
width: '100%'
})

const StyledFlatButton = styled(FlatButton)({
Expand Down

0 comments on commit 7943bdf

Please sign in to comment.