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 set row height ? #472

Open
tomvolek opened this issue Sep 6, 2017 · 1 comment
Open

how to set row height ? #472

tomvolek opened this issue Sep 6, 2017 · 1 comment

Comments

@tomvolek
Copy link
Contributor

tomvolek commented Sep 6, 2017

Sorry if this is a beginner question . a couple of css questions

  1. How can I set the row height ?
  2. how can i change the table border color ?

Thanks
Tom

@aslagle
Copy link
Owner

aslagle commented Sep 10, 2017

You can do this with normal css:

.reactive-table tr {
  height: 20px;
}
.reactive-table {
  border-color: green;
}

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

2 participants