mirror of
https://github.com/apache/nifi.git
synced 2025-03-04 16:39:37 +00:00
[NIFI-13174] increase drag/drop preview hieght to not display scroll bar (#8769)
This closes #8769
This commit is contained in:
parent
eda98121ce
commit
45098ed859
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages
flow-designer/ui/canvas/items/connection/prioritizers
parameter-contexts/ui/parameter-context-listing/parameter-context-inheritance
@ -17,7 +17,7 @@
|
||||
|
||||
.prioritizers {
|
||||
.cdk-drag {
|
||||
height: 36px;
|
||||
height: 38px;
|
||||
padding-left: 6px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
.parameter-context-inheritance {
|
||||
.cdk-drag {
|
||||
height: 36px;
|
||||
height: 38px;
|
||||
padding-left: 6px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Loading…
x
Reference in New Issue
Block a user