align add action in repeater
addAction(
fn (Action $action) => $action
->icon('solar-add-square-outline')
->size(ActionSize::Large)
->color('primary')
->tooltip('Agregar producto')
->iconButton()
),
how could i push the add action in this repeater to the left/right?.
->extraAttributes(['class' => 'mr-auto']) works but if did the opposite it wont since the parent is justify-center. any ideass please![No description](https://cdn.answeroverflow.com/1266780706806169610/Screenshot_from_2024-07-27_17-31-48.png)
1 Reply
Why does
mr-auto
work but ml-auto
doesn't? Are you sure the TW class is included in the CSS file? You might need to create a theme