Skip to content

Commit feff563

Browse files
committed
Layout fixes
1 parent 3b1f693 commit feff563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Filament/RelationManagers/FieldsRelationManager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public function form(Schema $schema): Schema
3939
return $schema
4040
->components([
4141
Grid::make()
42-
->columns(3)
42+
->columnSpanFull()
4343
->schema([
4444
Section::make('Field')
45-
->columns(3)
45+
->columnSpanFull()
4646
->schema([
4747
TextInput::make('name')
4848
->label(__('Name'))
@@ -114,7 +114,7 @@ public function form(Schema $schema): Schema
114114

115115
]),
116116
Section::make('Configuration')
117-
->columns(3)
117+
->columnSpanFull()
118118
->schema(fn (Get $get) => $this->getFieldTypeFormSchema(
119119
$get('field_type')
120120
))

0 commit comments

Comments
 (0)