Css for SharePoint:FormField
Posted: 02 Mar 2015
I am trying to change the height of a SharePoint:FormField when I add
change-height to the Css Class
then enter
.change-height{
height: 100px;
}
to CSS editor only the main field adjusts. the textbox control inside the field still is oversized how do I change the size of the control?
change-height to the Css Class
then enter
.change-height{
height: 100px;
}
to CSS editor only the main field adjusts. the textbox control inside the field still is oversized how do I change the size of the control?