mirror of
https://github.com/penpot/penpot.git
synced 2026-05-15 13:04:25 +00:00
🐛 Fix input width on composite token form (#8365)
This commit is contained in:
parent
9fa77cd06c
commit
d09c909788
@ -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])
|
||||
|
||||
@ -120,3 +120,7 @@
|
||||
color: var(--color-foreground-secondary);
|
||||
min-inline-size: var(--sp-l);
|
||||
}
|
||||
|
||||
.tooltip-wrapper {
|
||||
inline-size: 100%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user