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