Script URL:
Version of script: 3.2.5
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: table height
Write your message below:
Is there a way to adjust the admin ticket list table row height? I've explored the CSS as best I can but cannot find where this is done.
Admin ticket list table
Moderator: mkoch227
Re: Admin ticket list table
You probably want to modify the padding values for ?
Code: Select all
.table tbody td
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Admin ticket list table
That was it. Many thanks, Klemen.
Re: Admin ticket list table
Where can I find this code? I would like to adjust the row height also.Klemen wrote: Thu Mar 03, 2022 11:42 pm You probably want to modify the padding values for?Code: Select all
.table tbody td
Thanks in advance.
Re: Admin ticket list table
It's in the style files:
/css/app.css (used when Debug mode is ON)
/css/app.min.css (used when Debug mode is OFF)
/css/app.css (used when Debug mode is ON)
/css/app.min.css (used when Debug mode is OFF)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools