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
The button is centered in chrome. But not centered in Firefox.
The translate values in ce-toolbar__plus is different between chrome (transform: translate3d(0px, calc(-50% + 10px), 0px)) and firefox (transform: translate3d(0px, calc(-50% + 22px), 0px))
In chrome, the block has a height of 24px - which I believe is coming from line-height: 1.7 - but in firefox the block height is zero unless you start writing something.
Below is a screenshot from chrome Notice 45px (24px + 21px padding) content height (light blue color)
Below is a screenshot from Firefox, the content height is zero (only 21px from padding).
Firefox 65, macOS 10.13.6 / Win 7
The text was updated successfully, but these errors were encountered: