File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
services/frontend/src/views Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ async function handleSubmit(event: Event) {
336336 </aside >
337337
338338 <!-- Content Area -->
339- <div class =" flex-1 md:max-w-3xl " >
339+ <div class =" flex-1" >
340340
341341 <div v-if =" isLoading" class =" text-muted-foreground" >{{ t('globalSettings.loading') }}</div >
342342 <div v-else-if =" error" class =" text-red-500" >{{ t('globalSettings.errors.loadSettings') }}: {{ error }}</div >
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ async function handleProfileSubmit(event: Event) {
160160 </aside >
161161
162162 <!-- Content Area -->
163- <div class =" flex-1 md:max-w-3xl " >
163+ <div class =" flex-1" >
164164 <!-- Loading State -->
165165 <div v-if =" isLoading" class =" text-muted-foreground py-8 text-center" >
166166 {{ t('userAccount.messages.loading') }}
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ async function handleSecuritySubmit(event: Event) {
170170 </aside >
171171
172172 <!-- Content Area -->
173- <div class =" flex-1 md:max-w-3xl " >
173+ <div class =" flex-1" >
174174 <!-- Loading State -->
175175 <div v-if =" isLoading" class =" text-muted-foreground py-8 text-center" >
176176 {{ t('userAccount.messages.loading') }}
You can’t perform that action at this time.
0 commit comments