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
In preparation for the fix for #353, the caption on an image that has the float attribute should be restricted to the width of the content (i.e., fit-content). If the max-width key is not set, or it is not fit-content, it should be set to fit-content for that image. If the max-width is already a percentage of the content width (e.g., fit-content(50%)) it should be left unchanged as this is a suitable setting for this scenario.
The text was updated successfully, but these errors were encountered:
In preparation for the fix for #353, the caption on an image that has the float attribute should be restricted to the width of the content (i.e.,
fit-content
). If themax-width
key is not set, or it is notfit-content
, it should be set tofit-content
for that image. If themax-width
is already a percentage of the content width (e.g.,fit-content(50%)
) it should be left unchanged as this is a suitable setting for this scenario.The text was updated successfully, but these errors were encountered: