Merge pull request #4038 from bonanitech/function-node-setup-tab

Fix border radius on Modules list header
This commit is contained in:
Nick O'Leary 2023-02-02 10:19:54 +00:00 committed by GitHub
commit f4661eec75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;