how to adjust column height in serviceportal

Shilpi Sharma2
Tera Contributor

Hi all,

I want to adjust the column height in service portal page how can i achieve that. Please help.

 

1 REPLY 1

Gaurav Bajaj
Kilo Sage

Usually height is set to auto through bootstrap so that it can be dynamic based on the content defined within it.(Recommended)

Although you can set it to a fixed height by giving a class name in the column itself and add CSS for that class at page level.

Please see the screenshots below.

 

Column :

find_real_file.png

 

 

 

Page

find_real_file.png

 

Thanks

Gaurav