You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we initially used MaxWidth because it matches the sizing scale of Tailwind's max width utility class. However, the other day they copied that over to the width utility too. Not all APIs in Filament that accept the MaxWidth enum actually concern the max width, rather the fixed with of an element. Therefore I suggest we rename the MaxWidth enum to Width in v4.
Donate 💰 to fund this issue
You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
100% of the funding will be distributed between the Filament core team to run all aspects of the project.
Thank you in advance for helping us make maintenance sustainable!
The text was updated successfully, but these errors were encountered:
I think we initially used
MaxWidth
because it matches the sizing scale of Tailwind's max width utility class. However, the other day they copied that over to the width utility too. Not all APIs in Filament that accept theMaxWidth
enum actually concern the max width, rather the fixed with of an element. Therefore I suggest we rename theMaxWidth
enum toWidth
in v4.Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: