-
-
June 4, 2020 at 3:03 am #5957NstaidansParticipant
osTicket v1.14.1 // osTicket-1.14.1-Awesome-102
When looking at ticket queues the ticket number is not displayed. Also the same on the mobile version.
-
June 4, 2020 at 8:33 am #5960NstaidansParticipant
I’ve managed to fix it. Updated to the latest OSTicket and theme then all was well.
-
June 4, 2020 at 10:02 am #5961NstaidansParticipant
Actually on further inspection I don’t seem to have completely fixed it. The number is there but it has some random spaces and returns after it which is throwing out the formatting of the table. I’ve highlighted it in the image attached to try and make it a bit clearer.
-
July 20, 2020 at 1:22 am #6106NstaidansParticipant
@stevland thanks for the reply. Tried a browser cache clear and different browsers but unfortunately still the same.
-
July 28, 2020 at 2:23 am #6151NstaidansParticipant
Sorry I missed this. Just filled in the form now.
-
July 29, 2020 at 12:11 pm #6161stevlandKeymaster
Hi @staidans,
Thank you for granting me access to your installation.
For some reason the ticket # is getting wrapped in an additional tag in your system that is messing up it’s padding.
I couldn’t figure out why this is happening, but the good news it that it was easy enough to fix. I simply added the following to your Custom CSS:
.osta_ticket .truncate {
white-space: initial !important;
}
Have added this CSS property to the next release so that no one else will experience this issue in the future.
-
August 10, 2020 at 2:08 am #6183NstaidansParticipant
Thanks for the help @stevland. Working perfectly now!
-
You must be logged in to reply to this topic.