Custom Setting to limit Query Table Block Width to XX number of characters

What about instead of limiting the long text, to wrap it with something like this?

.custom-query-results {
    white-space: pre-wrap;
}