Notifications
Clear all
Jun 01, 2020 9:55 am
awesome ticket 1.14.2 version 102, in the installation how show number break position in text Ticket Number,

2 Replies
Jun 04, 2020 12:05 pm
@stevland, it seems problem layout with space for green bullet no reply in the tickets display,
but for now, it more looks better with display: contents
file osta/css/staff-mobile.css
.ticket-num {
margin-left: -22px;
display: contents;
}
Jul 13, 2020 3:15 am
Actually, that ended up messing with the normal ticket layout. But I found another fix. And display:contents is a useful property to know. π
