Paragraph with long label name gets cut off

Created on 27 March 2023, over 1 year ago
Updated 7 August 2024, 4 months ago

Problem/Motivation

When create a paragraph type with label longer than 150px it gets cut off. Found out that the class paragraph-top uses grid-template-column with values "150px auto 1fr auto" which is not long enough.

Steps to reproduce

Create a new paragraph type with a long label name to a content.

Proposed resolution

Set the grid-template-column to "auto auto 1fr auto"

Remaining tasks

User interface changes

API changes

Data model changes

๐Ÿ› Bug report
Status

Closed: duplicate

Version

1.0

Component

Code

Created by

๐Ÿ‡ฆ๐Ÿ‡บAustralia edyuenyw

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024