Skip to content

Columns Block: Allow for border options #21889

@davipontesblog

Description

@davipontesblog

I don't find a way to set border styles on columns in the block editor unless custom CSS is applied. Here is an example of a custom CSS code to add borders between columns:

.wp-block-column {
    border-width: 0 1px 0 0;
    border-right-style: solid;
    border-right-color: black;
    padding-right: 35px;
}

We could allow users to select border styles as a block option in the editor. Additionally, some different border styles could be selectable, like "dotted", or "dashed" for example.

Thanks for considering this as an improvement to the Columns Block.

Metadata

Metadata

Labels

Needs Design FeedbackNeeds general design feedback.[Block] ColumnsAffects the Columns Block[Feature] Design ToolsTools that impact the appearance of blocks both to expand the number of tools and improve the experi[Type] EnhancementA suggestion for improvement.

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions