Use white-space: pre-wrap style to ensure whitespace in cells, facets and transformation previews shows exactly as in the underlying data

This commit is contained in:
Owen Stephens 2018-02-16 23:21:50 +00:00 committed by Antonin Delpeuch
parent e0d87c3d94
commit 566f2b792b
3 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,7 @@ td.expression-preview-heading {
td.expression-preview-value { td.expression-preview-value {
max-width: 250px !important; max-width: 250px !important;
white-space: pre-wrap;
overflow-x: hidden; overflow-x: hidden;
} }

View File

@ -147,6 +147,7 @@ a.facet-title-remove:hover {
} }
.facet-choice { .facet-choice {
white-space: pre-wrap;
padding: 2px 5px; padding: 2px 5px;
clear: both; clear: both;
} }

View File

@ -168,6 +168,7 @@ div.data-table-cell-content {
line-height: 1.2; line-height: 1.2;
color: #222; color: #222;
position: relative; position: relative;
white-space: pre-wrap;
} }
div.data-table-cell-content-numeric { div.data-table-cell-content-numeric {