WebButton height other than default height

Here is an option with JavaScript:

Here is an option changing the CSS:

basically add to HTMLheader

<style>
.btn-group { height: 100%!important;  }
</style>

Yes, it is “by design” so we need to find ways around that to satisfy client needs.

Edit: I posted some tips here Button changes - CSS tips