The boolean gamerule's name gets wrapped properly, but not the enum gamerule's.
One fix could be to change the way text is wrapped to account for the bigger size of enum buttons, but that would require either a mixin to NamedRuleWidget
or a copy-paste of drawName
.