mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: Broken outline in account settings page (#11439)
This commit is contained in:
@@ -151,7 +151,7 @@ export default {
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col max-w-2xl mx-auto w-full">
|
<div class="flex flex-col max-w-2xl mx-auto w-full">
|
||||||
<BaseSettingsHeader :title="$t('GENERAL_SETTINGS.TITLE')" />
|
<BaseSettingsHeader :title="$t('GENERAL_SETTINGS.TITLE')" />
|
||||||
<div class="flex-grow flex-shrink min-w-0 mt-3 overflow-auto">
|
<div class="flex-grow flex-shrink min-w-0 mt-3">
|
||||||
<SectionLayout
|
<SectionLayout
|
||||||
:title="$t('GENERAL_SETTINGS.FORM.GENERAL_SECTION.TITLE')"
|
:title="$t('GENERAL_SETTINGS.FORM.GENERAL_SECTION.TITLE')"
|
||||||
:description="$t('GENERAL_SETTINGS.FORM.GENERAL_SECTION.NOTE')"
|
:description="$t('GENERAL_SETTINGS.FORM.GENERAL_SECTION.NOTE')"
|
||||||
|
|||||||
Reference in New Issue
Block a user