Skip to main content
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