Page 1 of 1

Admin ticket list table

Posted: Thu Mar 03, 2022 8:43 pm
by cwyenberg
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.

Re: Admin ticket list table

Posted: Thu Mar 03, 2022 11:42 pm
by Klemen
You probably want to modify the padding values for

Code: Select all

.table tbody td
?

Re: Admin ticket list table

Posted: Fri Mar 04, 2022 12:33 am
by cwyenberg
That was it. Many thanks, Klemen.

Re: Admin ticket list table

Posted: Fri Apr 01, 2022 2:53 pm
by mo_shaw
Klemen wrote: Thu Mar 03, 2022 11:42 pm You probably want to modify the padding values for

Code: Select all

.table tbody td
?
Where can I find this code? I would like to adjust the row height also.

Thanks in advance.

Re: Admin ticket list table

Posted: Wed Apr 06, 2022 11:00 am
by Klemen
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)