CSS Control Person Picker
Posted by schuess - Oct 6 ’16 at 04:28
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
-
YuriyMedvedevModeratorMember for: 5 years 7 months 20 days
Use this code, please:
/* People picker */ .sp-peoplepicker-editorInput { height: 100px !important; }
-
schuessMemberMember for: 8 years 3 months 22 days
[#1]: That worked. Thanks
Displaying 1 to 2 of 2 messages