I have some problems with elements that display incorrectly in Firefox but correct in Chrome (see GIF). The text is not wrapped in Firefox and I can’t find out why. Any ideas? Is this a bug or something I did wrong in the design?
Thanks for the fast reply! I’m working on the “Home” page of the site and the issues occurs under the tabs “Undervisningaktivitet” and “Digitale værktøjer”.
Thanks for sharing that info. It looks like this issue stems from a step in your hover interaction:
Here you can see div block 110 has an initial state that changes the width and height. However, the actual hover effect doesn’t include a step to resize the div block back to it’s auto dimensions. Once I added a size animation back to auto for the div block 110 the text wrapped as expected. Please note though that you may need to adjust some other steps to account for the resize.