Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Table component align content #239

Closed
MikeLebeau opened this issue Nov 6, 2023 · 0 comments · Fixed by #259
Closed

[BUG] Table component align content #239

MikeLebeau opened this issue Nov 6, 2023 · 0 comments · Fixed by #259
Assignees
Labels
bug Something isn't working

Comments

@MikeLebeau
Copy link

Context

Actuellement l'alignement se fait avec text-align 😱 , c'est sympa ca fait le taff pour de la data simple mais si jamais on veut customiser un ptit peu, par exemple afficher un puik-badge, et bien cela ne fonctionne plus 😱

Reproduce link

Steps to Reproduce

Expected Behavior

Current Behavior

Additional comments

Voir s'il y a moyen de faire ca proprement sinon la première idée que j'ai et qui fonctionne c'est d'entourer le slot avec une div qui aurait la class flex + justify--${header.align ?? 'left'}

@MikeLebeau MikeLebeau added the bug Something isn't working label Nov 6, 2023
@mattgoud mattgoud self-assigned this Dec 4, 2023
@mattgoud mattgoud linked a pull request Dec 4, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants