🐛 Fix input width on composite token form

This commit is contained in:
Eva Marco 2026-02-16 11:07:39 +01:00 committed by Andrés Moya
parent b4c279ad7b
commit e2377e8fa8
2 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,7 @@
:on-click on-icon-click}])
(if aria-label
[:> tooltip* {:content aria-label
:class (stl/css :tooltip-wrapper)
:id tooltip-id}
[:> "input" props]]
[:> "input" props])

View File

@ -120,3 +120,7 @@
color: var(--color-foreground-secondary);
min-inline-size: var(--sp-l);
}
.tooltip-wrapper {
inline-size: 100%;
}