You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove ineffective z-index. Using the Firefox developer tools reports:
z-index has no effect on this element as it's not a positional element.
Per MDN (https://developer.mozilla.org/en-US/docs/Web/CSS/word-break)
using "word-break: break-word" is deprecated. Replace usage with
"overflow-wrap: anywhere".
This allows removing some CSS and one div element.
0 commit comments