Skip to content

Commit

Permalink
NIFI-12030 Property pop-up window is horizontally resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
annanys23 committed Oct 13, 2023
1 parent 96eb1d8 commit 01602bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
height: 30px;
line-height: 30px;
border: 1px solid #eaeef0;
resize: horizontal;
}

.combo-options {
Expand All @@ -37,6 +38,7 @@
z-index: 2000;
border-top: none;
font-size: 13px;
resize: horizontal;
}

.combo-options .fa {
Expand Down

0 comments on commit 01602bd

Please sign in to comment.