-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Describe the bug
In the french localization, some elements won't render in the correct size. Which make is hard to read.
To Reproduce
Expected behavior
We must be able to read all the text like this :
Applicable Versions:
- Netlify CMS version: https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js
- Git provider: GitLab
- OS: Windows 10
- Browser version 102.3.0esr
CMS configuration
backend:
name: gitlab
repo: cms/netlify-commun # Path to your GitLab repository
branch: main
auth_type: pkce # Required for pkce
app_id: xxxx
api_root: https://gitlab.xxxx.net/api/v4
base_url: https://gitlab.xxxx.net/
auth_endpoint: oauth/authorize
locale: fr
media_folder: public/img
public_folder: img
collections:
- name: "page"
label: "Pages"
folder: "content/pages/"
format: "frontmatter"
create: true
summary: "{{title}}"
fields:
- { label: "Title", name: "title", widget: "string"}
- { label: "Publish Date", name: "date", widget: "datetime"}
- { label: "Body", name: "body", widget: "markdown", required: false}
Additional context
Metadata
Metadata
Assignees
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code