fix CharacterTypeahead width in DetailItem
This commit is contained in:
parent
3a9e1f8845
commit
3d75c22f3b
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue