Joen A.
Joen A.
The global styles inspector heading can collapse to a thin sliver on sections that scroll:  Here's a GIF showing the browser being resized to make the scrollbar appear and...
The template description card breaks words using `word-break: break-all;`:  This causes poor legibility. The rule appars to come from the Text component:  With very few...
It's okay to show the adminbar when you're logged in. But we should not show it logged out:  The login and register links can usefully be shown when you...
In the plugin sidebar, there appears to be a mix of font sizes and font weights:  Note specifically the "Advanced View" (which could be "Advanced view") the font weight...
If you go to a plugin page, e.g. [this one](https://test.wordpress.org/plugins/cool-timeline/), there's a chevron next to the see all link next to ratings:  That should be the same style as...
Pagination is close to matching the design:   It can get closer: * Active item, and ... should not be bold, they should still be regular * There should...
From https://wordpress.org/support/topic/essential-plugin-192/: it could be useful for developers to have CSS variables for the gutter widths. We'd need to ensure that the padding/background math gets updated to work with that.
Themes can opt into a a block spacing property, a `blockGap` in theme.json. This property spaces out blocks vertically using a simpler heuristic that's easier to adjust than margins, as...
The Book block is currently very basic, showing an image and rudimentary metadata. However we mean to expand this, ISSN/ISBN is just one example, but lots of metadata could be...
From our friend [Justin](https://wptavern.com/diving-into-automattics-block-experiments): > One missing component I would like to see with this block is the ability to add both a start and end date. For multi-day events,...