atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 105 forks source link

Fix unlimited user actions support in Card #1977

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

Previously equally spaced styling was used, which was limited to max. 16 items and #1780 bug was present.

example: image

Card can have wrapping as it has fixed width. ActionButtons table column decorator uses buttons class as well, but it has no fixed width, so wrapping cannot be defined there.