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 louis-bompart committed Nov 5, 2024
1 parent 5aa719f commit f510809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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 f510809

Please sign in to comment.