liip / bootstrap-blocks-wordpress-plugin

Bootstrap Gutenberg Blocks for WordPress
https://wordpress.org/plugins/wp-bootstrap-blocks/
279 stars 60 forks source link

Container fluid is not respected in backend #69

Open nanu-c opened 3 years ago

nanu-c commented 3 years ago

There is no possibility for the gutenberg editor to distinguish between container and container fluid. That would be nice to reduce confusion for non tech-editor of the page.

tschortsch commented 3 years ago

You mean there is no way to visually distinguish between a fluid and a non-fluid container in the editor right? Styling the editor is always a bit tricky since the core Markup and Styles change with nearly every release of Gutenberg/WordPress. That's why we tried to avoid styling modifications as much as possible. But you're right it would definitely make sense to show a visual hint that the current container is fluid or not.

nanu-c commented 3 years ago

Yeah i mean that :). But I would say, setting an extra class in gutenberg for container fluid is enough for me, because if i really want to give a visual hint, I can add some styles to the theme.