Skip to content

Commit

Permalink
docs(atomic): generated answer update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmarceau authored and dguerinCoveo committed Nov 5, 2024
1 parent 968bcea commit 930f434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class AtomicGeneratedAnswer implements InitializableComponent {
@Prop() withToggle?: boolean;

/**
* Whether to allow the answer to be collapsed when the text is taller than 250px.
* Whether to allow the answer to be collapsed when the text is taller than the specified `--atomic-crga-collapsed-height` value (16rem by default).
* @default false
*/
@Prop() collapsible?: boolean;
Expand Down

0 comments on commit 930f434

Please sign in to comment.