Skip to content

Commit

Permalink
Added temporary styles for rich tree so the raw html version appears …
Browse files Browse the repository at this point in the history
…correctly.
  • Loading branch information
aleeg-jaspersoft committed Nov 13, 2024
1 parent 110c076 commit b501db1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1,929 deletions.
16 changes: 15 additions & 1 deletion packages/jv-ui-components/scss/material-ui/_material-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
30h. Text
30i. Width/Height Measurements
-----------------------------------
File last modified Sep 30, 2024
File last modified Nov 13, 2024
----------------------------------- */

/* -------------------- */
Expand Down Expand Up @@ -4200,6 +4200,13 @@ textarea[readonly].jv-mInput-text.mui {
gap: 2px;
margin-bottom: 1px;
padding: 0 4px;
/* rules below are temporary */
box-sizing: border-box;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}

.jv-mTree-node-toggle.mui {
Expand All @@ -4214,6 +4221,13 @@ textarea[readonly].jv-mInput-text.mui {
.jv-mTree-node-item.mui {
font-size: inherit;
padding-top: 2px;
/* rules below are temporary */
width: 100%;
box-sizing: border-box;
min-width: 0;
position: relative;
display: flex;
align-items: center;
}

.jv-mTree-node-item-icon.mui {
Expand Down
Loading

0 comments on commit b501db1

Please sign in to comment.