Skip to content

Commit

Permalink
docs(shell-panel): remove incorrect information from heightScale prop (
Browse files Browse the repository at this point in the history
…#8302)

**Related Issue:** #8286 

## Summary
Updated the description of the `heightScale` property for `Shell Panel`
to correctly reflect the actual behavior.
  • Loading branch information
DitwanP committed Nov 30, 2023
1 parent 302dd35 commit e8f6b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class ShellPanel implements ConditionalSlotComponent, LocalizedComponent,
}

/**
* When `layout` is `horizontal`, or `layout` is `vertical` and `displayMode` is `float`, specifies the maximum height of the component.
* When `layout` is `horizontal`, specifies the maximum height of the component.
*/
@Prop({ reflect: true }) heightScale: Scale;

Expand Down

0 comments on commit e8f6b8e

Please sign in to comment.