I wanted to change size of the label in Flow UI Jmix 2.0.0 but unable to do so. I was able to do same in JMIX 1.5 refer the below code.
Jmix 2.0.0 : Not working
<label height="2%" text=" Instructions"/>
Jmix 1.5: Working
<label id="label" value="Instructions" css="color : #cc0606;line-height: 3;font-weight: bold;font-size: 110%;" htmlEnabled="true" width="100%">
</label>