Skip to main content
Gautham Saudagar (Slalom LLC) 님이 #Collaboration에 질문했습니다
Hi there!, I'm using a Lightning card component on one of my Record Pages to display a list of records as related list, But It seems to be ignoring the border of the Card. Below is the image. Any Idea's how to fix this?,

 

Thanks!

 

Lightning card Displaying without border

 

 
답변 7개
  1. 2018년 8월 29일 오전 8:59
    Hi Gotham,

     

    Add the class slds-card_boundary in your lightning:card.

     

     

    <lightning:card class="slds-text-heading_small slds-card_boundary " title="Account" iconName="utility:broadcast">

    </lightning:card>

     

    Thanks,

     

    Yogesh
0/9000