I don’t think this global css rule will work since Vaadin will replace it with more specific CSS rule. Please refer to
this documentation regarding cascading CSS rules.
I tried to observe the default CSS generated by Vaadin. I suppose that you need to inspect the styles defined in “.v-table-cell-wrapper” div and its child component.