Fixed height tabs
Posted: 13 Mar 2014
I am new to form designer. How can I make all the form tabs into same height and width?
Thanks and regards,
Thanks and regards,
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
#fd_tabcontrol-0 {
height: 400px;
width: 800px;
}