Support Article
Font size is smaller for readonly fields, sections in Tab Group
SA-29467
Summary
When a section is rendered in Tab Group, the font size of the read only fields is smaller compared to the regular font-size.
Error Messages

Steps to Reproduce
- Have a Section is Tab Group.
- Render this in Review mode.
- Observe the font size of text in and out-side of Tab Group.
Root Cause
Seems to be some problem in the font size calculation for Tab Group layouts in read only mode.
Resolution
Use the below snippet of code in UserWorkForm
<style>
.subTabbed{
font-size:inherit !important;
}
.headerTabbed{
font-size:inherit !important;
}
</style>
Published October 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.