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
Create an Image with centered set to true and with a href defined (to render it as an <a> tag). Apologies if this is actually a CSS issue. As a workaround, I'm putting the Image in a Container with textAlign set to center.
Expected Result
The image is centered, and it links to the href.
Actual Result
The image is left-aligned, and it links to the href.
Steps
Create an
Image
withcentered
set to true and with ahref
defined (to render it as an<a>
tag). Apologies if this is actually a CSS issue. As a workaround, I'm putting theImage
in aContainer
withtextAlign
set tocenter
.Expected Result
The image is centered, and it links to the href.
Actual Result
The image is left-aligned, and it links to the href.
Version
0.71.4
Testcase
https://codepen.io/anon/pen/qXQpyx
Both images have the centered property, but the first one has the href set.
The text was updated successfully, but these errors were encountered: