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
overflow: hidden with display: inline-flex result in an extra space (below the dom node)
The extra space is unexpected and the way to fix it (with vertical-align) seems to be hacky.
This behaviour is implemented on Gecko but not on Blink/EdgeHTML.