refactor(demos): remove redundant input group styles from demo components

This commit is contained in:
2026-04-12 19:58:01 +00:00
parent e5cb31ffb1
commit 8ecaffe165
8 changed files with 19 additions and 54 deletions

View File

@@ -31,12 +31,6 @@ export const demoFunc = () => html`
flex-wrap: wrap;
}
.input-group {
display: flex;
flex-direction: column;
gap: 16px;
}
.spacer {
height: 200px;
display: flex;