Change Size on multi-selection lookup field
Posted by schuess - Apr 1 ’14 at 03:14
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.)
Thanks
Matt
-
Dmitry KozlovAdminMember for: 8 years 7 months 25 days
Hello,
Please, assign CSS-class to your field and define it in CSS-editor by the following way:
.multi-lookup select { width: 300px !important; }
Replace 'multi-lookup' with the name of your CSS-class.
Displaying 1 to 1 of 1 messages