Jump to content

Recommended Posts

Posted
Is it possible to decrease the space between the edit and the label?

 

I am using the fieldlabel property, skyn triton

 

See picture below!

 

Thanks

 

Zanona

Posted

Did not work! If I increase the distance numbering of the label increases! But if I leave as 0 the image I passed is identical

Posted

1.

function beforeInit(sender, config)
{
    config.labelClsExtra = 'customLabel';
}

2. CustomCSS:

.customLabel .x-form-item-label-inner{
    padding-bottom: 0px !important;
}
Posted

You have set 10px, why?

.customLabel .x-form-item-label-inner{
    padding-bottom: 10px !important;
}

You wanted 0px, don't you?

×
×
  • Create New...