Jump to content

Minor CSS bug


Go to solution Solved by Ehren,

Recommended Posts

  • 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;
}

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...