guess that kinda destroys the use of before/after rules, here is your example with a helper which works for me ```go
style_inner: Style
style_layout(&style_inner, .Y, 50, 20)
style_text_after(&editor.ui_context, "contents", style_inner)
guess that kinda destroys the use of before/after rules, here is your example with a helper which works for me ```go
style_inner: Style
style_layout(&style_inner, .Y, 50, 20)
style_text_after(&editor.ui_context, "contents", style_inner)