© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2mo ago•
3 replies
Vp

infolist inlineLabel 2 column

✅ SolvedPanels4️⃣v4
As we can see from image, inlineLabel has create 3 column in grid, how can I force first column (label) to have colum-span(2) so that the label can display in one line

Looking for a filament way, or CSS. thanks

Code:
Section::make('Charges')
    ->compact()
    ->inlineLabel()
    ->schema([
        TextEntry::make('courier_charge')
            ->money('INR')
            ->alignEnd(),
    ]),
Section::make('Charges')
    ->compact()
    ->inlineLabel()
    ->schema([
        TextEntry::make('courier_charge')
            ->money('INR')
            ->alignEnd(),
    ]),
Screenshot_2026-01-05_at_16.50.42.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Infolist column size
FilamentFFilament / ❓┊help
13mo ago
Infolist Table Column
FilamentFFilament / ❓┊help
3y ago
infoList basic Grid 3 columns only see the 3 column
FilamentFFilament / ❓┊help
3y ago
2 resource columns from same db column
FilamentFFilament / ❓┊help
3y ago