From 45edfeee2df6c037f556d8eebad680bb3abdf708 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 23 Dec 2021 10:27:05 -0500 Subject: [PATCH] update docs --- docs/components/split-panel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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