padding on all cells

This commit is contained in:
Barbara Borges Ribeiro
2016-03-14 14:54:31 +00:00
parent 9b5833205b
commit 248bfcccda
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ body.disconnected {
opacity: 0.5;
}
.shiny-table th {
.shiny-table td {
padding-left: 12px !important;
padding-right: 12px !important;
}