Button text forced to uppercase

you can add the following to a ui_template node set with template style "Added to site head section":

<style>
button{
    text-transform: none !important;
}
</style>
1 Like