From e31b50dabdc4475ad0d45da1eefd2c3dedce7d8f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 3 Sep 2023 16:58:29 +0100 Subject: [PATCH] Preferences: Fixed section screen flexibility Improved wrapping and flex control to prevent button text force wrapping to newlines. For #4502 --- resources/views/users/preferences/index.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/users/preferences/index.blade.php b/resources/views/users/preferences/index.blade.php index 689628370..712fdb288 100644 --- a/resources/views/users/preferences/index.blade.php +++ b/resources/views/users/preferences/index.blade.php @@ -3,8 +3,8 @@ @section('body')
-
-
+
+

{{ trans('preferences.shortcuts_interface') }}

{{ trans('preferences.shortcuts_overview_desc') }}

@@ -14,8 +14,8 @@
@if(signedInUser() && userCan('receive-notifications')) -
-
+
+

{{ trans('preferences.notifications') }}

{{ trans('preferences.notifications_desc') }}

@@ -26,8 +26,8 @@ @endif @if(signedInUser()) -
-
+
+

{{ trans('settings.users_edit_profile') }}

{{ trans('preferences.profile_overview_desc') }}