Fixed some chat stuff
This commit is contained in:
parent
00659c4001
commit
c47ea7e430
4 changed files with 12 additions and 10 deletions
|
|
@ -134,7 +134,7 @@ export default function Input(props: InputProps) {
|
|||
});
|
||||
}, [props.value]);
|
||||
|
||||
return <div ref={elementRef} className="tm-md-root" />;
|
||||
return <div ref={elementRef} className="tm-md-root w-full" />;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue