Domanda

Please refer image

Hi Developers, We had SharePoint list and we customised the list as per our requirement. But we are facing some excess space height issue on list. Please refer attached image. We want to remove the height "style="display: block; height: 318.4px". Can anyone please suggest, how to remove the excess height. Please let us know, if you need any additional information.

SharePoint online environment we are using.

È stato utile?

Soluzione

We can add the CSS style below into script editor web part in list form page to achieve it.

<style>
#ui-accordion-accordion-panel-0{
    height:auto !important;
}
</style>

enter image description here

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top