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
Though the warning in the editor suggests that styling isn't supported, it seems to still support float on images (might be intended), using either left or right float will make the element break the layout when its the last element in the description.
Steps to reproduce
Edit a project description
Add an image element to the bottom with the float:left; or float:right; styling.
Expected behavior
Additional context
Having anything below the image in the description will fix the layout.
The text was updated successfully, but these errors were encountered:
Describe the bug
Though the warning in the editor suggests that styling isn't supported, it seems to still support float on images (might be intended), using either left or right float will make the element break the layout when its the last element in the description.
Steps to reproduce
float:left;
orfloat:right;
styling.Expected behavior
Additional context
Having anything below the image in the description will fix the layout.
The text was updated successfully, but these errors were encountered: