In APEX 20.2 (and earlier) when I defined a radio group to ‘Display as Pill Button’, the elements were evenly distributed.

However, if I upgrade to the theme available in 23.2, there is some other formula applied to determine pill width.

This is particularly obvious when the length of the pill label is significantly different.

One method of solving this is the following CSS
#P55_TYPE .apex-item-option {width: 50%;}
This is fine with a static list of items, but if the source is dynamic, is there a declarative/better way of making the pill size evenly distributed?
Scott