You do it by changing the CSS values.
You can easily overwrite them in Hesk admin panel by creating a custom css file, for example "custom.css":
Code: Select all
.table tbody td {
padding: 10px 10px;
}
Then load it for the admin panel in Admin > Settings > General > Admin CSS: Load an extra custom style file for the admin panel
Teaching CSS is out of the scope of our support, so if you need further help with that please consult a web developer or search for CSS tutorials in your favorite search engine.