filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.47k stars 2.97k forks source link

Fix the missing repeater field alignement feature when using the simple layout #14614

Closed alanpilloud closed 1 month ago

alanpilloud commented 1 month ago

Description

According to this part of the documentation, we are able to align the Add Button of a repeater. But it doesn't work when we use the simple layout.

This PR adds this feature, inspired by how it is made for the standard layout.

Visual changes

image

Functional changes

danharrin commented 1 month ago

Thanks