fix CharacterTypeahead width in DetailItem

This commit is contained in:
Justin Edmund 2025-12-15 11:03:02 -08:00
parent 3a9e1f8845
commit 3d75c22f3b

View file

@ -204,7 +204,8 @@
:global(.input), :global(.input),
:global(.select), :global(.select),
:global(.multi-select) { :global(.multi-select),
:global(.character-typeahead) {
width: var(--custom-width, 240px); width: var(--custom-width, 240px);
} }