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 the Facts and figures component with the block variant, there is a top spacing collapse issue with any other component that's above it. The screenshot demonstrates the issue together with a Banner component on top:
Note that in the screenshot there are no margins between the components (the two components should be adjacent, but the banner overlaps the facts and figure component). If the components would have containers defining vertical spacing, the spacing would be also affected by the issue (less spacing on top than on the bottom of the facts and figures block).
I found that removing the pt-0 class from the container (added by the block variant) would solve the issue.
BCL version: 1.2.0
The text was updated successfully, but these errors were encountered:
When using the Facts and figures component with the
block
variant, there is a top spacing collapse issue with any other component that's above it. The screenshot demonstrates the issue together with a Banner component on top:Note that in the screenshot there are no margins between the components (the two components should be adjacent, but the banner overlaps the facts and figure component). If the components would have containers defining vertical spacing, the spacing would be also affected by the issue (less spacing on top than on the bottom of the facts and figures block).
I found that removing the
pt-0
class from the container (added by the block variant) would solve the issue.BCL version: 1.2.0
The text was updated successfully, but these errors were encountered: