Reply to thread

I haven't had time to test this comprehensively yet (ie. tooltips with and without banners on all devices for staff and non-staff accounts), but this seemed to work at least for tooltips without banners on desktop Safari:


[CODE="less"].memberTooltip-header

{

    display: flex;

}


.memberTooltip-headerInfo

{

    flex-grow: 1;

}[/CODE]


There may be a more robust fix, it appears to have something to do with changes to the behavior of tables in Safari 18.4:

[URL unfurl="true"]https://developer.apple.com/documentation/safari-release-notes/safari-18_4-release-notes[/URL]


Back
Top Bottom