### What problem does this PR solve? Fix: Fixed the issue of retrieval operator text overlapping #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
export enum FormLayout {
|
|
Horizontal = 'horizontal',
|
|
Vertical = 'vertical',
|
|
Inline = 'inline',
|
|
}
|