-
Notifications
You must be signed in to change notification settings - Fork 58
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
Not needed padding on tabs on dev version #10
Comments
That was intended. I went back and forth on which way to do it. I figured most people would want things off the edges, at the cost of flexibility. But, that may not be the case. |
Uh, I dont know. It doesn't seem good imo. Maybe that's only my preferences. |
Hi everyone, My 1 1/2 cents: In my particular case, I've changed previously the defaults in the package I maintain because IMHO it's better 😅 , but sometimes it's good be consistent with the library/framework/etc we're porting to R i.e. keep the defaults intact. |
Padding has been removed (beginning with v_0.3.0). |
Sample:
On current dev version there is not intended(i guess?) padding on the material_tabs. See the sample above.
In the sample, there is a div with
col s12 offset-s0
class. It haspadding: 0 .75rem;
that causes tabs to not fill the whole width of the page.The text was updated successfully, but these errors were encountered: