Skip to content

Commit

Permalink
use pre-wrap for long lines (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna Scott authored Feb 15, 2017
1 parent acfe62e commit dbee6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/visualizations/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ table.table thead th.sorting:after, table.table thead th.sorting_asc:after, tabl
}

.like-pre {
white-space: pre;
white-space: pre-wrap;
}

0 comments on commit dbee6ac

Please sign in to comment.