<zk>
<style>
.z-columnchildren-content > *{
// !!!workaround!!!
// white-space: initial;
}
</style>
<columnlayout>
<columnchildren width="33%" style="padding: 5px">
<listbox hflex="1">
<listitem>
<listcell>
<label
value="foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar" />
<separator spacing="1px" />
<label
value="foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar"
style="font-size:smaller;" />
<separator spacing="1px" />
<label
value="foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar"
style="font-size:smaller;font-style:italic;" />
</listcell>
</listitem>
</listbox>
</columnchildren>
</columnlayout>
</zk>