".node_index-collection" - content not centered #48993
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Examples:
https://cloud.blender.org/training
https://cloud.blender.org/open-projects
Observed behaviour:
Below 767px window's width, "node_index-collection-card project" is not centered because its width is 100% of its container's width plus 2*15px (left/right) margin, making it bigger than its container.
Over 767px content is not centered (expected behavior?).
Expected behaviour:
"node_index-collection-card project" total width (width + margin) should be equal (or inferior) to its container.
Proposed solutions:
Changed status to: 'Open'
Added subscriber: @nucularJohn
Added subscriber: @fsiddi
Thanks for this, will investigate ASAP.
Changed status from 'Open' to: 'Resolved'
Thanks for the report! I've pushed the fix for mobile.
Over 767px indeed that's the expected behavior, because we want cards aligned to the left, not centered.