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

fix .red-ui-notification

if flows stopped due to missing too much node types manage-project-dep button display none.
This commit is contained in:
weibin 2023-01-30 23:02:42 +08:00
parent 7dca148349
commit fd42becbdc

View File

@ -32,7 +32,8 @@
color: var(--red-ui-primary-text-color);
border: 1px solid var(--red-ui-notification-border-default);
border-left-width: 16px;
overflow: hidden;
overflow: scroll;
max-height: 80vh;
.ui-dialog-buttonset {
margin-top: 20px;
margin-bottom: 10px;