Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 1, 20222 yr https://invisioncommunity.com/4guides/themes-and-customizations/css-framework/miscellaneous-r99/ Not used much anymore, but I also saw it failing on my site in the downloads app.
November 1, 20222 yr Community Expert Yep. I've reported this bug before, and even report the guide itself. Looks like they haven't gotten around to fix it still. 😋
November 3, 20222 yr Solution Thanks @opentype Despite an easy solution (changing the overflow), it's a bit of a tough bug to fix because buttons are currently designed to have truncated text if they're too wide for their parent. I'll potentially change this in a future version since it's not really ideal to truncate a button/CTA, but I'll fix this issue in the next update with the following code since it's less likely to break existing button layouts: .ipsButton:has(.ipsNotificationCount){ overflow: visible; }