CSS Control Person Picker

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
User avatar
schuess
Posts: 82
Joined: Wed Jan 22, 2014

06 Oct 2016

I am having trouble setting the height of a field with type = user. (aka people picker) using CSS.


THIS DOES NOT WORK!

/* People picker */

.peoplePicker .ms-usereditor {

height: 100px !important;

}



Help

YuriyMedvedev
Moderator
Posts: 33
Joined: Wed Sep 21, 2016

07 Oct 2016

Use this code, please:

Code: Select all

/* People picker */
.sp-peoplepicker-editorInput {

    height: 100px !important;

}

User avatar
schuess
Posts: 82
Joined: Wed Jan 22, 2014

07 Oct 2016

That worked. Thanks

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests