prevent column header height change when user resize column

Hi,I’m using vaadin version 8 and I noticed the following behavior:

When user attempts to resize a table column with a long header name the column height automatically increases.
is there any way to prevent the column height from changing - set it to fixed height?

please refer to screenshot for an example:
the left side is before user resize the column - the height is 22px.
the right side is after user resize the column - the height is 33px.

Thanks a lot in advance.
17743579.png