Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ <h3 class="slds-truncate" title={title}>

<template if:true={expanded}>
<div
class="slds-box slds-theme_shade slds-m-top_x-small slds-m-horizontal_xx-small slds-p-around_medium">
class="slds-box slds-theme_shade slds-m-top_x-small slds-m-horizontal_xx-small slds-p-around_medium"
style="max-height: 500px;overflow: auto;">
<c-timeline-item-detail field-data={fieldData}></c-timeline-item-detail>
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ <h3 class="slds-truncate" title={title}>
</template>
</p>
<div if:true={expanded}
class="slds-box slds-theme_shade slds-var-m-top_x-small slds-var-m-horizontal_xx-small slds-var-p-around_medium">
class="slds-box slds-theme_shade slds-var-m-top_x-small slds-var-m-horizontal_xx-small slds-var-p-around_medium"
style="max-height: 500px;overflow: auto;">
<c-timeline-item-detail field-data={fieldData}></c-timeline-item-detail>
</div>
</div>
Expand Down