Skip to content

Commit 900379b

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 913d92f commit 900379b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Filament/Pages/Health.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static function getNavigationLabel(): string
5858
{
5959
return __('inspirecms::pages/health.title');
6060
}
61-
61+
6262
protected function getHeaderWidgets(): array
6363
{
6464
return [

src/Filament/Widgets/CmsVersionInfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class CmsVersionInfo extends Widget implements GuardWidget
1111
{
1212
use GuardWidgetTrait;
1313
use InteractsWithActions;
14+
1415
protected static string $view = 'inspirecms::filament.widgets.cms-version-info';
1516

1617
protected int | string | array $columnSpan = 'full';

src/Filament/Widgets/TemplateInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function infolist(Infolist $infolist): Infolist
9090
->fontFamily(FontFamily::Mono)
9191
->size('xs')
9292
->placeholder(fn () => strval(__('inspirecms::inspirecms.n/a')))
93-
->extraAttributes(['class' => 'overflow-x-auto overflow-y-hidden'])
93+
->extraAttributes(['class' => 'overflow-x-auto overflow-y-hidden']),
9494
]);
9595
}
9696

src/Filament/Widgets/ThemeInfo.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function infolist(Infolist $infolist): Infolist
139139
->fontFamily(FontFamily::Mono)
140140
->size('xs')
141141
->placeholder(fn () => strval(__('inspirecms::inspirecms.n/a')))
142-
->extraAttributes(['class' => 'overflow-x-auto overflow-y-hidden'])
142+
->extraAttributes(['class' => 'overflow-x-auto overflow-y-hidden']),
143143
]);
144144
}
145145

@@ -151,7 +151,6 @@ private static function getThemeNameInputComponent(string $name = 'theme'): Form
151151
->live(true, 500)
152152
->afterStateUpdated(fn ($component, ?string $state) => $component->state(Str::slug($state)));
153153
}
154-
155154

156155
public function createThemeAction(): Action
157156
{

0 commit comments

Comments
 (0)