From d67eb7fd42f06c113a345d1bb876674e069083a5 Mon Sep 17 00:00:00 2001 From: ryzenixx Date: Sat, 7 Feb 2026 01:38:15 +0100 Subject: [PATCH] ui: constrain forced oauth login selector width --- resources/views/livewire/settings-oauth.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/settings-oauth.blade.php b/resources/views/livewire/settings-oauth.blade.php index c8fed8daf..72a07430f 100644 --- a/resources/views/livewire/settings-oauth.blade.php +++ b/resources/views/livewire/settings-oauth.blade.php @@ -13,7 +13,7 @@
Custom authentication (OAuth) configurations.
-
+
@foreach ($oauth_settings_map as $oauth_setting)