Replies: 2 comments
-
Hey there, If I'm not mistaken, the issue you face is related to this one: #618. And it might be an issue with Stretchy (as Lea mentioned). As a workaround I would suggest adding this CSS rule to your style sheet: [property] > .mv-editor {
min-block-size: 2em !important;
} Instead of I suggest using |
Beta Was this translation helpful? Give feedback.
-
Thanks @DmitrySharabin Unfortunately it doesn't solve my problem: As I have different texts, with different sizes... at the end, all looks strange :( So I get this kind of result (in same previous codepen) Is 'mv-edit-elementype' implemented in Mavo? Not sure to fully understand @LeaVerou 's comment |
Beta Was this translation helpful? Give feedback.
-
Hi
When text property is included in webcomponent with mv-autoedit class,
property doesn't display value
(It only works without mv-autoedit class)
I tried on my codepen to apply z-index
[property="name"] {
z-index: 10000;
}
without success
But I think it's something to do with height, because property...is in the html code
Does mavo needs to have a specific height declared for bodu html element at beginning?
Beta Was this translation helpful? Give feedback.
All reactions