-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Row / Group block child offers dimension width "fixed" which in reality is "proportional" (flex-basis) #53766
Comments
Also if paragraph block set to fixed plus margin → Then still only proportionalAlso.if.paragraph.block.set.to.fixed.plus.margin.-.Then.still.only.proportional.mp4Only workaround: Rebuild as columnsWorkaround.-.Rebuild.as.columns.mp4
👉 So something certainly must be improved here. |
If you (in the dev tools of a frontend render) manually add |
👍 That fixes itAdding
|
I think the same.
I think the first solution is more easy to handle for the consumer of the editor, and make more sense for a "Fixed" value. We must wait intervention from core devs |
I'm sorry about this, it's a known issue since #46139. You can have a read through the discussion in that PR for more context. The tl,dr is that there will be a control to change this behaviour at some point. |
Either the implementation of the fixed width as
flex-basis: <width + unit>
is wrong or the wording in the Inspector is wrong/misleading! See my video recording with explanatory audio (2m30s):Row.block.child.offers.dimension.width.fixed.which.in.reality.is.proportional.flex-basis.mp4
Reproduction
Actual: The Paragraph Block 1 is the two instances is not uniformly at the "fixed" site of 48px, but varies!
Expected: The fixed block really has that fixed width. And not acts proportionally behind the scene.
The text was updated successfully, but these errors were encountered: