Skip to content

Commit

Permalink
Semantic type dropdown UI fixes (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek423 authored and flomickl committed May 1, 2023
1 parent 6b45612 commit 6ea4530
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6ea4530

Please sign in to comment.