Make WordPress Core

#57439 closed enhancement (reported-upstream)

Add {float:right} to group block

Reported by: burnuser's profile burnuser Owned by:
Milestone: Priority: normal
Severity: normal Version: 6.1.1
Component: Editor Keywords:
Focuses: css Cc:

Description

Since group block has now a width control and justification, it can float like an image block!

The effect can be achieved with an individual defined CSS class (maybe in WP 6.2 site editor styles or a plugin like Simple CSS), for example:

.sidebox {float:right}

+ Added as additional CSS class "sidebox" to the group block in question.

But with such a really little CSS part and a control box in the user interface in block inspector - according to a manual set group-width smaller than content-width - it would be a quick and easy way to deliver a completely new feature like a well known side-box (Author-info, fact sheet, .. ) in magazines!

Change History (3)

#1 @audrasjb
19 months ago

  • Keywords close added

Hello and thanks for the ticket,

However, since the block editor is developed in the Gutenberg project on GitHub, would you mind opening an issue on GitHub instead? There’s nothing we can fix on WordPress-develop side here, it should be addressed on Gutenberg GitHub repository :)

https://github.com/WordPress/gutenberg/

Thanks!

#3 @sabernhardt
17 months ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed

Thanks for opening GB47114!

Note: See TracTickets for help on using tickets.