TextArea Size

Hi,
I have the same problem on SuiteP(7.11.13) theme.

I resolved this problem like below, so I hope this would be your help!

  1. add styles on custom/themes/SuiteP/css/Dawn/style.css file (also Day,Dusk,Night)
    (if you don’t have those directories and files, create them.)

    .col-xs-12 .col-sm-8.edit-view-field textarea#description {width:100%;}
    .col-xs-12 .col-sm-8.edit-view-field textarea{width:100%;}

  2. Admin, Repair, Quick Repair and Rebuild

  3. on editing a Opportunitie, press [F5] to refresh cash, then textarea will become wide.

1 Like