From 3eb66b5be0ab4c6f5db1e6a5f2132e82885b12c4 Mon Sep 17 00:00:00 2001 From: Abhishek Sarkar <abhishek.sarkar423@gmail.com> Date: Fri, 28 Apr 2023 23:15:44 +0530 Subject: [PATCH] Semantic type dropdown UI fixes --- .../edit-schema-transformation.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/app/connect/dialog/edit-event-property/components/edit-schema-transformation/edit-schema-transformation.component.html b/ui/src/app/connect/dialog/edit-event-property/components/edit-schema-transformation/edit-schema-transformation.component.html index ceb0765434..8ca237642b 100644 --- a/ui/src/app/connect/dialog/edit-event-property/components/edit-schema-transformation/edit-schema-transformation.component.html +++ b/ui/src/app/connect/dialog/edit-event-property/components/edit-schema-transformation/edit-schema-transformation.component.html @@ -72,11 +72,12 @@ [matAutocompleteDisabled]="isTimestampProperty" [formControl]="domainPropertyControl" /> - <mat-autocomplete #st="matAutocomplete" [panelWidth]="'300px'"> + <mat-autocomplete #st="matAutocomplete" [panelWidth]="'400px'"> <mat-option *ngFor="let semanticType of semanticTypes | async" [value]="semanticType" style="font-size: 10pt" + [matTooltip]="semanticType" > {{ semanticType }} </mat-option>