CSS Control Person Picker
Posted: 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
THIS DOES NOT WORK!
/* People picker */
.peoplePicker .ms-usereditor {
height: 100px !important;
}
Help