File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
resources/views/users/preferences Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33@section (' body' )
44 <div class =" container small my-xl" >
55
6- <section class =" card content-wrap auto-height items-center justify-space-between gap-m flex-container-row" >
7- <div >
6+ <section class =" card content-wrap auto-height items-center justify-space-between gap-m flex-container-row wrap " >
7+ <div class = " flex min-width-m " >
88 <h2 class =" list-heading" >{{ trans (' preferences.shortcuts_interface' ) } } </h2 >
99 <p class =" text-muted" >{{ trans (' preferences.shortcuts_overview_desc' ) } } </p >
1010 </div >
1414 </section >
1515
1616 @if (signedInUser () && userCan (' receive-notifications' ) )
17- <section class =" card content-wrap auto-height items-center justify-space-between gap-m flex-container-row" >
18- <div >
17+ <section class =" card content-wrap auto-height items-center justify-space-between gap-m flex-container-row wrap " >
18+ <div class = " flex min-width-m " >
1919 <h2 class =" list-heading" >{{ trans (' preferences.notifications' ) } } </h2 >
2020 <p class =" text-muted" >{{ trans (' preferences.notifications_desc' ) } } </p >
2121 </div >
2626 @endif
2727
2828 @if (signedInUser () )
29- <section class =" card content-wrap auto-height items-center justify-space-between gap-m flex-container-row" >
30- <div >
29+ <section class =" card content-wrap auto-height items-center justify-space-between gap-m flex-container-row wrap " >
30+ <div class = " flex min-width-m " >
3131 <h2 class =" list-heading" >{{ trans (' settings.users_edit_profile' ) } } </h2 >
3232 <p class =" text-muted" >{{ trans (' preferences.profile_overview_desc' ) } } </p >
3333 </div >
You can’t perform that action at this time.
0 commit comments