I've been working on a Sharepoint web application and have created a site column of type “People or Group”. This should be automatically associated with a user selection dialog as shown below:
However, as you can see in the image above, the users are not displayed properly because the box is too small!! Can anyone suggest how to fix this issue? I am using IE 10 64x, and when I tried Firefox, the dialog appeared correctly.
After using IE developer tools to adjust the height of the resultcontent from 45px to 350px, it expanded the username area successfully. However, when I added the following code to my custom CSS file, it had no effect:
#resultcontent
{
height:350px;
}
Any suggestions on what to do next?