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

How to adjust row heights? #123

Open
angusveitch opened this issue Oct 28, 2019 · 1 comment
Open

How to adjust row heights? #123

angusveitch opened this issue Oct 28, 2019 · 1 comment

Comments

@angusveitch
Copy link

I've produced great results very quickly with this package, but now I am stuck. Is there a way to globally adjust the row heights in a table? I've tried adding a style rule across all columns, but it seems that I can only adjust the left and right padding. Changing the top and bottom padding has no effect. Is there some other way to control this parameter?
Thanks.

@angusveitch
Copy link
Author

Ok, so poking around has taught me that the table formatting comes from Bootstrap style sheets, which get saved in a lib\ folder when the html is generated. Modifying the padding in the .table-condensed style in bootstrap.min.css had precisely the effect I was after. But obviously this is not the right way to do it. So I guess my question is how do I override or re-assign this particular parameter from within the R code?

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

1 participant