fix: hint input width
This commit is contained in:
@@ -91,7 +91,7 @@ const HintInput: React.FC<HintInputProps> = (props) => {
|
|||||||
label={label}
|
label={label}
|
||||||
options={options}
|
options={options}
|
||||||
trim={trim}
|
trim={trim}
|
||||||
style={{ width: '100%' }}
|
style={{ flex: 1 }}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user