Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Need to resize the text box dynamically.
Try using data utility,
//based on the logic, set the width
textBox.setWidth(40);
