1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix border radius on Modules list header

This commit is contained in:
Mauricio Bonani 2023-02-01 17:50:05 -05:00
parent b3ce0c0079
commit 0f7a1a42e4

View File

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