-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add column-width to text column support #76363
Copy link
Copy link
Open
Labels
[Block] ParagraphAffects the Paragraph BlockAffects the Paragraph Block[Package] Block library/packages/block-library/packages/block-library[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Metadata
Metadata
Assignees
Labels
[Block] ParagraphAffects the Paragraph BlockAffects the Paragraph Block[Package] Block library/packages/block-library/packages/block-library[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Fields
Give feedbackNo fields configured for issues without a type.
What problem does this address?
I was excited to see that text column support was added to the paragraph block. But when I tested it, I noticed that only
column-countappears to be supported. Without including acolumn-widthproperty, a very nice looking 3-column layout like this:will end up looking like this on mobile:
whereas a sensible
column-widthproperty would cause the number of columns to reduce as the screen gets narrower.I have a hard time imagining anyone is actually using this feature in production given this limitation.
What is your proposed solution?
Add
column-widthsupport to thecolumnblock support.