mirror of https://github.com/node-red/node-red.git
Fix border radius on Modules list header
parent
b3ce0c0079
commit
0f7a1a42e4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue