cancel
Showing results for 
Search instead for 
Did you mean: 

Alignment issue Label and input field

former_member253524
Participant
0 Kudos
373

Hi,

I have IconTabs and displayed fragment in every IconTabBar. But label alignment is at top with respective to input field.

Below is code written but still Label is aligned at top. I want it to be in center and left aligned.

Regards,

Jain.

View Entire Topic
former_member253524
Participant
0 Kudos

Issue is resolved by adding these classes in Label tag.

<Label xmlns="sap.m" text="{i18n>empl_before}"

  class="sapUiSmallMarginTop sapUiSmallMarginBottom" />

Regards,

S.Jain