I assume you mean admin view
Open theme.css on /app/views/admin/default/css
Add this to top or bottom
textarea {
font-size: 20px;
font-weight: 500;
}
You can change font-size:20px with your own eg: font-size:18px
We upgraded phpseclib in v4, and I believe the license manager module ships with an older version of phpseclib. Do you think it's possible this is the source of the issue?
Thanks Jawanet! It works great!!! I hadn't looked at code options yet, having just scanned the admin settings area. This was an easy fix. I settled on 125% for a size that works for me.
#create_ticket textarea {
font-size: 125%;
}
You have a bad tag or conditional in the Welcome Email section. Make sure any tags you use are accepted. You may test by removing all tags, and slowly adding them back if you aren't sure.
The Rotation Policy is how long certain logs are held before they are rotated out. The default of 30 days is best for most people. Some logs like the mail log are never rotated out. Don't manually truncate log tables from the database or you could run into trouble.