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
When using SVGs (using a plugin like 'SVG Support' or otherwise) as a background image on a section or cell they do not show up as a thumbnail as they may not have an explicit size. I fixed this by adding the following CSS:
When using SVGs (using a plugin like 'SVG Support' or otherwise) as a background image on a section or cell they do not show up as a thumbnail as they may not have an explicit size. I fixed this by adding the following CSS:
.mesh-section-background .choose-image img {
min-width: 100px;
}
The text was updated successfully, but these errors were encountered: