-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Why does panel-body have hardcoded 15px padding instead of using @grid-gutter-width? #11867
Comments
Because a panel body isn't a grid gutter. |
Maybe it's not the intended use case, but I'm putting a row inside a panel. In that case, if the padding of the panel-body is equal to Since the default But I modified In the end, what I want is to have a grid inside a panel, or panel-like container. Maybe I'm going the wrong way about this. Would it be better to apply a background and border directly to some other element and not use a panel? |
Add I'll send a pull request. |
Nothing should be an immediate child of a That said, we should have a variable for this. We should also have some default |
I agree that only columns should be immediate child of rows. My actual setup is like this: With default settings, everything is fine. But because I changed to But, yeah, having |
I will gladly improve padding customization of components, just say what 2013/12/14 Joni Bekenstein notifications@github.com
Zlatan Vasović - ZDroid |
Ended up adding the variable, but not tying it to the grid system. I don't think the relationship between the two components is strong enough to warrant it. |
Yup. |
Works for me! |
See here
The text was updated successfully, but these errors were encountered: