Skip to content

Commit

Permalink
fix(material/formbuilder): Small css fixes to visibility condition ov…
Browse files Browse the repository at this point in the history
…erflow and formtree properties.
  • Loading branch information
Marco Tozzi authored and sara-gnucoop committed Feb 26, 2024
1 parent 0b38e7b commit f8552e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/material/form-builder/src/form-builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ ajf-form-builder {
.ajf-formtree-properties {
flex: 0 1 auto;
max-width: 20%;
max-height: 60vh;
overflow-y: auto;
position: sticky;
top: 32px;
}
}

Expand Down
2 changes: 2 additions & 0 deletions projects/material/form-builder/src/node-entry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ ajf-fb-node-entry {
color: #999;
max-height: 100px;
max-width: 500px;
overflow: hidden;
text-overflow: ellipsis;
}

> .ajf-actions {
Expand Down

0 comments on commit f8552e2

Please sign in to comment.