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
I have searched for existing issues that already report this problem, without success. | J’ai vérifié parmi les tickets (issues) existants que ce sujet n’avait pas déjà été soumis.
GC Design System Components Package and Version | Paquet et version des composants de Système de design GC
latest
Current Behavior | Comportement observé
We are using the GCDS Drupal theme, no value is set in theme settings so by default it will use @latest js
We are using a grid with the new gap property. The HTML renders like this
The new grid gap property has been merged into main but hasn't been published to npm or the CDN yet (see this PR). We are planning to release the grid gap property and some bug fixes in the v0.31.0 release next week.
Prerequisites | Prérequis
GC Design System Components Package and Version | Paquet et version des composants de Système de design GC
latest
Current Behavior | Comportement observé
We are using the GCDS Drupal theme, no value is set in theme settings so by default it will use @latest js
We are using a grid with the new gap property. The HTML renders like this
the issue is that the gap property does not seem to be working as expected. The
gap
renders like this is the styleI tried with different values and keep getting
gap: var(--gcds-grid-gap);
Expected Behavior | Comportement attendu
As the prop for grid changes, the grid gap changes accordingly
System Info | Information sur le système
We are using the GCDS Drupal theme with the defaults. The defaults use the latest JS and CSS from the CDN.
Steps to Reproduce | Étapes pour reproduire le bogue
NOTE: The Drupal single directory component is compiling correctly, that is how we get the HTML posted above.
Code Reproduction URL | URL de reproduction du code
No response
Additional Information | Informations supplémentaires
No response
The text was updated successfully, but these errors were encountered: