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
this inconsistency will change the alignment of some images in modules that include images in html shapes when viewing forkable or shared versions of the module
adding the following rule to the CSS of cs1xd3.online/RenderPublishedModule will solve this
foreignObject>img {
vertical-align: unset;
}
The text was updated successfully, but these errors were encountered:
the CSS for cs1xd3.online/RenderPublishedModule includes the following rule when cs1xd3.online/Code does not.
this inconsistency will change the alignment of some images in modules that include images in html shapes when viewing forkable or shared versions of the module
adding the following rule to the CSS of cs1xd3.online/RenderPublishedModule will solve this
The text was updated successfully, but these errors were encountered: