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:
parent
e0d87c3d94
commit
566f2b792b
@ -90,6 +90,7 @@ td.expression-preview-heading {
|
||||
|
||||
td.expression-preview-value {
|
||||
max-width: 250px !important;
|
||||
white-space: pre-wrap;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
@ -147,6 +147,7 @@ a.facet-title-remove:hover {
|
||||
}
|
||||
|
||||
.facet-choice {
|
||||
white-space: pre-wrap;
|
||||
padding: 2px 5px;
|
||||
clear: both;
|
||||
}
|
||||
|
@ -168,6 +168,7 @@ div.data-table-cell-content {
|
||||
line-height: 1.2;
|
||||
color: #222;
|
||||
position: relative;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
div.data-table-cell-content-numeric {
|
||||
|
Loading…
Reference in New Issue
Block a user