Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to get rid of the default padding top on a column #73

Closed
dnecklesportfolio opened this issue May 13, 2017 · 4 comments
Closed

Comments

@dnecklesportfolio
Copy link

i tried adding
image
where right is
image

but it didnt work.. is my syntax the problem

@AriTheElk
Copy link
Owner

The property is called ´style´ but you have ´styles´ written. Its a mistake I used to make all the time, rename it and it should work.

@therealedsheenan
Copy link

therealedsheenan commented May 15, 2017

how about fluid option?

<Column fluid sm={1}>

@AriTheElk
Copy link
Owner

That would work to remove all the padding, but I think he's just trying to remove the top padding.

@therealedsheenan
Copy link

I just find it inconsistent when you inline the styles on styled-components.

I think the const NewColumn = styled(Column) is more consistent code for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants