Skip to main content
Nintex Community Menu Bar
Solved

Resize Multi Select buttons

  • February 16, 2022
  • 2 replies
  • 90 views

Forum|alt.badge.img+4

Hello,

 

I'm building a new Form for Nitnex in SharePoint 2013 (it will be upgraded this year to 2019)
I have to use multi for some fields, but I would like to know if there is a way to resise these elements:

21855i84C61480CC6FC761.png

As you see, there are two small columns and one big space for two buttons with a small text in it,

There is a way to reduce the size of these buttons and to increase the size of the columns?

 

Many thanks for your help

 

Best answer by Aleximo

hey @domiowa ,

 

add the following css to ur settings (u can change the 100px to any width u would like):

 

.nf-lookup-addremove button {width: 100px !important;}

 

 

2 replies

MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • February 18, 2022

@cecilia-penha could you perhaps have a look at this question?


Forum|alt.badge.img+8
  • Answer
  • February 21, 2022

hey @domiowa ,

 

add the following css to ur settings (u can change the 100px to any width u would like):

 

.nf-lookup-addremove button {width: 100px !important;}