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