[NIFI-13174] increase drag/drop preview hieght to not display scroll bar (#8769)

This closes #8769
This commit is contained in:
Scott Aslan 2024-05-08 10:46:10 -04:00 committed by GitHub
parent eda98121ce
commit 45098ed859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
.prioritizers { .prioritizers {
.cdk-drag { .cdk-drag {
height: 36px; height: 38px;
padding-left: 6px; padding-left: 6px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

@ -17,7 +17,7 @@
.parameter-context-inheritance { .parameter-context-inheritance {
.cdk-drag { .cdk-drag {
height: 36px; height: 38px;
padding-left: 6px; padding-left: 6px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;