update indexing and fix width (#5640)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2024-05-22 17:49:26 +05:00 committed by GitHub
parent 930d13b2a3
commit 866e82e89b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
<style lang="scss">
.icon-place {
width: 20px;
width: 1.75rem;
}
.searchResult {
display: flex;

View File

@ -102,7 +102,7 @@ export const contentStageId = 'cnt-v3'
/**
* @public
*/
export const fieldStateId = 'fld-v13b'
export const fieldStateId = 'fld-v14'
/**
* @public