-
-
September 4, 2018 at 3:07 am #2114LlafrParticipant
i found a workaround so u can at least read the text:
ost/assets/default/css/theme.css
line 1052
Change display to inline:
.thread-entry > .avatar {<br />
margin-left: -60px;<br />
display:inline;<br />
width:48px;<br />
height:auto;<br />
border-radius: 5px;<br />
}This does not make it show as a bubble in a bubble but u can read the text, a prettier solution would be nice
-
October 31, 2018 at 10:31 am #2482stevlandKeymaster
Thank you for taking the time to post this and also the fix that you came up with.
Oddly, I can’t seem to reproduce your issue though.
Looking at the demo installation, for example, here is a ticket with many replies and it displays as expected.
I wonder what is unique about your installation or browser?
In any event, I’m glad that you’ve got it sorted.
BTW you might want to add CSS tweaks such as this to /osta/user-styles.css
This style sheet is the last one to load, so anything added here will override any other CSS styles.
The main advantage though is that you can keep your edits segregated… which will make them easy to manage if/when you upgrade to a new version of osTicket Awesome! 🙂
You must be logged in to reply to this topic.