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.

Home Page:https://filamentphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form split sections do not grow as expected

atmediauk opened this issue · comments

Package

filament/forms

Package Version

3.2

Laravel Version

11.9

Livewire Version

No response

PHP Version

8.3.6

Problem description

The columns are incorrectly sized at larger breakpoints. Specifically once the width of the page exceeds 1024px both columns shrink. Please see screen recording - https://jumpshare.com/v/mvrJTiKCPuITzXH3GmLC

Expected behavior

I expected the left hand section to continue growing as the width of the page increased.

Steps to reproduce

Followed documentation example here - https://filamentphp.com/docs/3.x/forms/layout/split#overview

Reproduction repository

https://github.com/atmediauk/filament-split

Relevant log output

No response

Please provide more details on what you're expecting and what's happening instead. Without screenshots, we can't really help you with visual issues. 🙂

Also, if you have any experience with Tailwind it would be helpful if you told us what class is wrong/missing, or even create a PR to add it in the right place

@zepfietje Apologies, I've added a screen recording outlining the issue.

@danharrin Sorry this is my first time quickly playing with Filament (and so far it rocks). But I am still getting to grips with it all yet.