pabrahamusa opened a new issue #11832: URL: https://github.com/apache/incubator-superset/issues/11832
## Screenshot  ## Description I am using SqlLab to query my data that having very long String i.e. > 10000 , SqlLab results table at the moment truncates the string with ellipsis and the result table width is too big .This all makes it hard to read. I tried to add some word=wrap in FilterableTableStyles.less , However it is overflowing and I was not able to fix it. Is there a way I can enable word wrap , reduce the result table width and stop overflow so all results appear nicely? `.ReactVirtualized__Table__rowColumn { /* text-overflow: ellipsis; */ /* white-space: nowrap; */ white-space: pre-wrap !important; word-break: break-all !important; flex-wrap: wrap !important;` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
