From: Dan Brown Date: Sun, 3 Sep 2023 15:58:29 +0000 (+0100) Subject: Preferences: Fixed section screen flexibility X-Git-Tag: v23.08.1~1^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/e31b50dabdc4475ad0d45da1eefd2c3dedce7d8f Preferences: Fixed section screen flexibility Improved wrapping and flex control to prevent button text force wrapping to newlines. For #4502 --- 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') }}