Open caraar12345 opened 10 months ago
Hi, I'm unable to replicate this issue, I have more buttons than that and everything is working has it should. You can try to open the editor or to clear your cache to let the buttons be recalculated.
I've just tried your code and this issue is only happening when an entity is undefined, have you checked that?
Edit: When I remove the entities:
Describe the bug When there are more than 3 buttons in the horizontal stack, those past the 3rd end up overlapping the 1st. Looking at dev tools, this is because no
style
attribute applied to the buttons (and therefore notranslateX
instructions). Therefore, the only buttons that can be used are the second, third and the last button (which ends up on top); the first has been covered by all of the buttons past number 3.To Reproduce Steps to reproduce the behavior:
Expected behavior The buttons to sit in a horizontal line and not overlap each other.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context My card configuration YAML:
Thank you! 🍻