diff --git a/docs/components/split-panel.md b/docs/components/split-panel.md index bee703702..9ee74881e 100644 --- a/docs/components/split-panel.md +++ b/docs/components/split-panel.md @@ -141,7 +141,7 @@ Try resizing the example below with each option and notice how panels respond. ### Min & Max -To set a minimum or maximum size of the primary panel, use the `--min` and `--max` custom properties. This examples demonstrates how you can ensure both panels are at least 150px wide using the `calc()` function. +To set a minimum or maximum size of the primary panel, use the `--min` and `--max` custom properties. Since the secondary panel is flexible, size restrictions can only be applied to the primary panel. This examples shows how you can make both panels be a minimum of 150px using `--min`, `--max`, and the `calc()` function. ```html preview @@ -194,7 +194,7 @@ You can target the `divider` part to apply CSS properties to the divider. To add ``` -Here's a more elaborate example that changes the divider's color, width, and adds a more obvious handle. +Here's a more elaborate example that changes the divider's color and width and adds a styled handle. ```html preview