문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top