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
This is a big enhacement as we use the card component everywhere and will impact all the pages. We tried something on BCL (openeuropa/bootstrap-component-library#436) but it's hard to see the impact on all the existing implementations and it has been closed.
I wonder why the card pattern is hardcoding the margin to the bottom?
https://github.com/openeuropa/oe_bootstrap_theme/blob/1.0.0-alpha7/templates/patterns/card/pattern-card--variant-search.html.twig#L56
I think the pattern should set the layout for the card itself only. If spacing is needed between a list of cards, we should leave this to the list itself? This is how it is implemented in BCL, see here https://oelibrary.netlify.app/ucpkn/?path=/story/features-project--listing
The text was updated successfully, but these errors were encountered: