Skip to content

Commit ec71d2c

Browse files
committed
NIFI-14965: Addressing review feedback.
1 parent 81e8b2a commit ec71d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nifi-frontend/src/main/frontend/libs/shared/src/components/codemirror/autocomplete/parameter-tip/parameter-tip.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
} @else if (parameter.value === '') {
2626
<div class="unset neutral-color">Empty string set</div>
2727
} @else {
28-
<div class="line-clamp-[20] leading-4 whitespace-pre font-mono text-sm">{{ parameter.value }}</div>
28+
<div class="line-clamp-[20] leading-4 whitespace-pre font-mono text-sm truncate">{{ parameter.value }}</div>
2929
}
3030
}
3131
@if (hasDescription(parameter)) {

0 commit comments

Comments
 (0)