sapui5 form label alignment -
how can set form label property left default align right check in console i.e. default css working
.sapmlabel { text-align: end !important; }
i want align left how achieve same.
there textalign property of sap.m.label.
<label text="sales order" textalign="right"/>
Comments
Post a Comment