Skip to main content
Nintex Community Menu Bar
Answer

How to Resize a List Lookup Control

  • May 4, 2020
  • 2 replies
  • 107 views

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

 

 

 

 

Best answer by allan

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.

 

2 replies

allan
Forum|alt.badge.img+9
  • Rookie
  • Answer
  • May 19, 2020

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.

 


  • Author
  • Novice
  • June 3, 2020

Hi @allan ,

 

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

Thanks for the reply.

 

Regards,

KaviRana