diff --git a/src/components/Border.svelte b/src/components/Border.svelte index c2c1751..f96e96f 100644 --- a/src/components/Border.svelte +++ b/src/components/Border.svelte @@ -10,6 +10,7 @@ stylePadding?: string; styleHeight?: string; styleMinHeight?: string; + styleMinWidth?: string; styleWidth?: string; styleDisplay?: string; styleCursor?: "default" | "pointer" | "text"; @@ -36,6 +37,7 @@ styleDisplay = "flex", styleCursor = "default", styleGap = "0.5rem", + styleMinWidth, styleOverflow, flatTop = false, flatBottom = false, @@ -54,8 +56,6 @@