From 156a2812ae5ee13785a491886cb71b6d5bab971b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 25 Aug 2022 08:33:32 -0400 Subject: [PATCH] fix docs --- docs/components/popup.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/components/popup.md b/docs/components/popup.md index 0321b70b1..18a8f90c7 100644 --- a/docs/components/popup.md +++ b/docs/components/popup.md @@ -874,7 +874,7 @@ const App = () => { Use the `sync` attribute to make the popup the same width or height as the anchor element. This is useful for controls that need the popup to stay the same width or height as the trigger. ```html preview -