Solved

How to Resize a List Lookup Control


Hi,

 

I'm using the classic forms in O365 to design a form. I have a requirement to resize the list lookup control to fit into a table. I tried the below suggestion found on the forum but it didn't resize.

 

  1. Navigate into the Settings of your List Control
    1. Under the Formatting tab, set the CSS class to 'someClass'
    2. Save.
  2. Navigate into form Settings > Custom CSS and add the following:

.someClass {

    width: 50px !important;

}

 

Any idea on how this can be done?

 

Regards,

Kavirana

 

 

 

 

icon

Best answer by allan 19 May 2020, 10:57

View original

2 replies

Userlevel 4
Badge +9

I managed to do it. Be careful not to use Control CSS Class. Also be advised that since the width is set by CSS, you might have trouble to put the control in the panel or with overlapping controls.



 

Hi @allan ,


 


Yeah it worked for me as well. Seems I have done something wrong in implementing it. 


Thanks for the reply.


 


Regards,


KaviRana

Reply