style: optimize title styling on the public form configuration page (#6614)

This commit is contained in:
Katherine 2025-04-02 16:15:36 +08:00 committed by GitHub
parent d2025ee76f
commit 7e993b867d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,6 +147,7 @@ export function AdminPublicFormPage() {
}}
>
<Breadcrumb
style={{ marginLeft: '10px' }}
items={[
{
title: <Link to={`/admin/settings/public-forms`}>{t('Public forms', { ns: NAMESPACE })}</Link>,