I want to have a radio button for each row in a table. However, I can’t adjust the height and width properly. System inserts large space as below, which makes UI strange. I want to remove unnecessary spaces.
I have added padding and margin attributes to Radio buttons control in Skin rule as below. However, it is not reflected on screen. I also removed the default attribute “min-height” but there was no changes.
Select column in the Table and configure width and height directly in the inline style as below. Also, Filtering must be set to “None” (the default is “Auto”).
That’s it. The unnecessarily large space is now adjusted and UI should look good. The actual size may slightly differ per screen resolution and environent. In my desktop, width is 45px and height is 37.67px as below.
PEGA does provide the option to use the custom CSS styles in any field that use. There are OOTB styles already available for the same in PEGA. You can refer them in the presentation tab of the field. That should also avoid any custom inline style warning that you may get.
You can try searching with Padding / Margin or corresponding text of the style you want to apply.
PEGA does provide the option to use the custom CSS styles in any field that use. There are OOTB styles already available for the same in PEGA. You can refer them in the presentation tab of the field. That should also avoid any custom inline style warning that you may get.
My team investigated this but they said it is not possible to accomplish this using CSS. If you think it is still possible, can you please paste a screenshot so I know the exact steps to follow?