Skip to content

Commit

Permalink
Refactor: Refactor the css properties of mapper-modal.less of libs an…
Browse files Browse the repository at this point in the history
…d flow-mapper tree component.
  • Loading branch information
snagarajugari committed Oct 2, 2019
1 parent 2b6f9ae commit 60f8856
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion libs/assets/styles/_mapper-modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.mapper-modal__content {
display: flex;
flex: 1;
height: 80vh;
overflow: hidden;
}

.mapper-modal__close {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
overflow-x: hidden;
overflow-y: auto;
margin-right: -10px;
max-height: 500px;
}

.nodes {
Expand All @@ -33,7 +32,6 @@
border: 0;
color: #212121;
width: 100%;
height: 100%;
background: transparent;
}

Expand Down

0 comments on commit 60f8856

Please sign in to comment.