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