How to reduce width of a people picker field?

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
eedoh
Posts: 37
Joined: Tue Feb 11, 2014

09 Jul 2014

I tried with

ms-inputuserfield ms-inputBox{
width: 200px;
}

But with no results.

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

10 Jul 2014

Hi,

Please, assign a CSS class to a people picker field e.g. small-peoplepicker and define it following way in CSS-editor:

Code: Select all

.small-peoplepicker .ms-usereditor {
	width: 200px;
}

eedoh
Posts: 37
Joined: Tue Feb 11, 2014

11 Jul 2014

It worked.

Thanks

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 12 guests