Skip to content

Commit

Permalink
Added Vertical Spacing between icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JodieM committed Sep 2, 2024
1 parent 077e0a3 commit a448932
Showing 1 changed file with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<template>
<template if:false={record}>
<lightning-avatar
size={indSize}
variant={indShape}
initials={indText}
src={indImage}
fallback-icon-name={indIcon}
alternative-text={indHoverText}
class={indClass}>
</lightning-avatar>
</template>
<div class="slds-var-m-bottom_x-small slds-float_left">
<template if:false={record}>
<lightning-avatar
size={indSize}
variant={indShape}
initials={indText}
src={indImage}
fallback-icon-name={indIcon}
alternative-text={indHoverText}
class={indClass}>
</lightning-avatar>
</template>
</div>
</template>

0 comments on commit a448932

Please sign in to comment.