How to reduce width of a people picker field?
Posted: 09 Jul 2014
I tried with
ms-inputuserfield ms-inputBox{
width: 200px;
}
But with no results.
ms-inputuserfield ms-inputBox{
width: 200px;
}
But with no results.
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
.small-peoplepicker .ms-usereditor {
width: 200px;
}