Skip to content

Commit

Permalink
WEBUI-1616: revert nuxeo document tree
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Jan 22, 2025
1 parent 038f279 commit df3a2f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions elements/nuxeo-document-tree/nuxeo-document-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Polymer({
:host([dir='rtl']) {
--nuxeo-tree-children-theme: {
padding-right: 1em;
padding-left: 0;
}
}
Expand All @@ -73,10 +72,6 @@ Polymer({
height: calc(100vh - 72px - (var(--nuxeo-app-top, 0) + var(--nuxeo-app-bottom, 0)));
}
:host([dir='rtl']) .content {
padding-right: 24px;
}
.node-name {
line-height: 1.3em;
display: inline-block;
Expand Down Expand Up @@ -107,6 +102,10 @@ Polymer({
margin-top: -0.07rem;
}
:host([dir='rtl']) iron-icon {
margin-right: 0;
}
[toggle] {
cursor: pointer;
}
Expand Down

0 comments on commit df3a2f0

Please sign in to comment.