Hi, I have a data table that is very wide and the header column titles are long. Is there a way I can limit the size of scroll bar and also wrap the words in each of the column header so that they fit into the fixed-sized scroll bar?
I tried the following but it doesn't seem to work. Also, I tried to find documentation on all available css class for kibana canvas to no avail. Any information will be appreciated.
.canvasRenderEl .canvasDataTable__th { width: 50px;text-decoration: underline; weight:bold; color: black; word-wrap: break-word}