force-app/main/default/pages/LostReportEdit.page
@@ -4,6 +4,7 @@ <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning --> <style> .dateFormat { display: none; @@ -42,6 +43,12 @@ margin: 0px; background-color: white; } .relatedProcessHistory{ margin-top: 5px; margin-left: auto; width: 75%; margin-right: auto; } .bPageBlock { border-top: 0px; }