Css for SharePoint:FormField
Posted by SpongeBen SquareJaw - Mar 3 ’15 at 11:12
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?-
SpongeBen SquareJawMemberMember for: 7 years 9 months 26 days
Never mind after looking into some other forum topics of yours, I found the answer.
/* Enhanced rich text */
.change-height .ms-rtefield {
height:300px !important;
}
Displaying 1 to 1 of 1 messages