mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[vis] render line breaks in TableViz (#2118)
* convert line breaks to br tags in table vis * use css!
This commit is contained in:
@@ -23,3 +23,7 @@
|
||||
table.table thead th.sorting:after, table.table thead th.sorting_asc:after, table.table thead th.sorting_desc:after {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.like-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user