Support Article
Radio button in repeat grid is larger than the actual size
SA-72427
Summary
Radio buttons, in a repeat grid, are larger than the original size.
Error Messages
Not Applicable
Steps to Reproduce
- Navigate to Skin rule > TEXT INPUTS & FORMATTED TEXT control.
- Set Additional styles to 'height = 35px.
- Create a repeat grid and drag a radio button (GridRadioButtonWithRO).
- Load the section from the portal, such that the grid loads. The radio button size is large.
Root Cause
The issue occurred due to the custom CSS.
.flex > .content-inner item{
width:100%;
}
Resolution
Perform the following local-change:
Modify the custom CSS.
.flex > .content-inner item{
width:auto;
}
Published January 31, 2019 - 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.