Fixed some chat stuff

This commit is contained in:
Alois 2026-03-27 22:47:33 +01:00
commit c47ea7e430
4 changed files with 12 additions and 10 deletions

View file

@ -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" />;
}
/**