Skip to content

Commit

Permalink
Merge pull request #4038 from bonanitech/function-node-setup-tab
Browse files Browse the repository at this point in the history
Fix border radius on Modules list header
  • Loading branch information
knolleary committed Feb 2, 2023
2 parents 7dca148 + 0f7a1a4 commit f4661ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
display: flex;
background: var(--red-ui-tertiary-background);
padding-right: 75px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#node-input-libs-container-row .red-ui-editableList-header > div {
flex-grow: 1;
Expand Down

0 comments on commit f4661ee

Please sign in to comment.