In Filter table, Header label is not displaying Fully.

In filter table ,header label is not displaying fully it is hiding.
like
more info
it is showing more in.

i got the solution by making
overflow :visible

.v-table-caption-container {
overflow: visible;
text-align: center;
}
but
when you make as
overflow :visible.

when you resize the column using resizer bar one coloumn is overiding(not hiding) on to antoher coloumn.
please give me solution.