Skip to content

Wrong text overflow in french localization #6605

@shiipou

Description

@shiipou

Describe the bug

In the french localization, some elements won't render in the correct size. Which make is hard to read.

image

To Reproduce

Expected behavior

We must be able to read all the text like this :
image

Applicable Versions:

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 code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions