Skip to content

Commit

Permalink
(patch) Folded columns/values styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula authored and nomego committed Apr 15, 2019
1 parent 921e8f0 commit 75fcc0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cosmoz-omnitable-treenode-column.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
static get template() {
return Polymer.html`
<template class="cell">
<style>
cosmoz-omnitable-item-expand-line cosmoz-treenode {
white-space: normal;
}
</style>
<cosmoz-treenode hide-from-root="[[ _hideFromRoot ]]" show-max-nodes="[[ showMaxNodes ]]" no-wrap
key-property="[[ keyProperty ]]" key-value="[[ get(valuePath, item) ]]" value-property="[[ valueProperty ]]" owner-tree="[[ ownerTree ]]">
</cosmoz-treenode>
Expand Down

0 comments on commit 75fcc0d

Please sign in to comment.