Total Pageviews

10 Jan 2014

Increase the Width of the Lookup Control

If you need to increase the width of the lookup field on the edit form - add this piece of CSS to your master page:


.ms-formtable table.ms-long {
    width:650px !important;
}

.ms-formtable table.ms-long .ms-input>select {
    width:300px !important;
}

The result should look like so:

No comments:

Post a Comment