I am using the 'TextField' control in react JS SPFX webpart.
import { TextField }from'office-ui-fabric-react/lib/TextField';
Code:
<div>
<TextFieldid="txtPurpose"className={styles.desc1}multilineautoAdjustHeightdefaultValue={item.Purpose}/>
</div>
In site the webpart looks line below:
I just want to increase the width how can we achieve that?