Change Size on multi-selection lookup field

Discussions about Forms Designer for SharePoint 2010.
Locked
User avatar
schuess
Posts: 82
Joined: Wed Jan 22, 2014

01 Apr 2014

Is there a way to make the both boxes bigger on a multi-selection lookup field?

(For example, the Predecessors Field found on the OOTB Task List in SP2010.)

Image

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

02 Apr 2014

Hello,

Please, assign CSS-class to your field and define it in CSS-editor by the following way:

Code: Select all

.multi-lookup select {
    width: 300px !important;
}
Replace 'multi-lookup' with the name of your CSS-class.

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests