Css for SharePoint:FormField
-
- Posts: 16
- Joined: Mon Nov 24, 2014
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?
-
- Posts: 16
- Joined: Mon Nov 24, 2014
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;
}
/* Enhanced rich text */
.change-height .ms-rtefield {
height:300px !important;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 16 guests