Skip to main content
Nintex Community Menu Bar
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

 

 

 

 

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.

 

View original
Translate
Did this topic help you find an answer to your question?

2 replies

allan
Forum|alt.badge.img+9
  • Rookie
  • 177 replies
  • 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.

 

Translate

  • Author
  • Novice
  • 11 replies
  • 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

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings