Service Portal : increase the height of field in request item

khamsone
Kilo Expert

Dear all,

On the service portal / request item, I would like to increase the height of one field "description", this one is too small :

find_real_file.png

When I write multi line, we have a scroll bar :

find_real_file.png

It's not practice to read the whole description text.

How can I do it ?

Thanks in advance.

Regards,

1 ACCEPTED SOLUTION

Just one thing,



Is the sys_id of the variable same as you have added? ( its short description i am guessing)



Also, can you try it in one column format as it worked for me in it?




find_real_file.png


View solution in original post

15 REPLIES 15

Hi,



I would like to apply this style only for one variable multi line text. This one appears on all items.



variable name: gem_description



On several items, there are several variables in multi line text, but I need only one variable multi line text (variable name : gem_description) with increasing of height.



Thanks for help.


Hi Khamsone,



If you want only one variable CSS to be affected then please add the below code in CSS instead of applying to all textareas.



Please replace the highlighted part with Id of your variable



#sp_formfield_IO\3A 51d4fda2d7532100a9ad1e173e24d46a{


  height: 100px !important;



}



find_real_file.png



Please let me know if it doesn't work.




Thanks


Gaurav


Hi,



Thank you for email,




I inserted the below on my CSS :



.textarea {
      #sp_formfield_IO\3A d4f8e3d7dbad720092107e400f961981{


  height: 500px !important;



}
  }



But that's still not working...


Hi,



Did you try just



#sp_formfield_IO\3A d4f8e3d7dbad720092107e400f961981{


  height: 500px !important;


}



and not



.textarea {
      #sp_formfield_IO\3A d4f8e3d7dbad720092107e400f961981{


  height: 500px !important;



}
  }



This worked for me pretty well.




Thanks


Gaurav



Still not working, I followed your indications :



find_real_file.png




find_real_file.png