mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #4038 from bonanitech/function-node-setup-tab
Fix border radius on Modules list header
This commit is contained in:
commit
f4661eec75
@ -17,6 +17,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
background: var(--red-ui-tertiary-background);
|
background: var(--red-ui-tertiary-background);
|
||||||
padding-right: 75px;
|
padding-right: 75px;
|
||||||
|
border-top-left-radius: 3px;
|
||||||
|
border-top-right-radius: 3px;
|
||||||
}
|
}
|
||||||
#node-input-libs-container-row .red-ui-editableList-header > div {
|
#node-input-libs-container-row .red-ui-editableList-header > div {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user