+
@@ -234,24 +244,26 @@ export const demoFunc = () => html`
}
}}>
-
-
-
-
-
+
+
+
+
+
+
+
@@ -279,19 +291,21 @@ export const demoFunc = () => html`
});
}}>
-
-
-
+
+
+
+
+
diff --git a/ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.demo.ts b/ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.demo.ts
index ecf4192..873dc21 100644
--- a/ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.demo.ts
+++ b/ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.demo.ts
@@ -13,6 +13,12 @@ export const demoFunc = () => html`
margin: 0 auto;
}
+ .input-group {
+ display: flex;
+ flex-direction: column;
+ gap: 16px;
+ }
+
.horizontal-group {
display: flex;
gap: 24px;
@@ -39,27 +45,30 @@ export const demoFunc = () => html`