Styled the search box
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
			
		||||
<div *ngIf="fileNames.length" class="content-height w-100" style="overflow: hidden auto">
 | 
			
		||||
    <!-- Input for selecting holdings -->
 | 
			
		||||
    <div class="p-3">
 | 
			
		||||
        <mat-form-field class="w-50">
 | 
			
		||||
        <mat-form-field class="w-50" appearance="fill">
 | 
			
		||||
            <mat-chip-list #chipList>
 | 
			
		||||
                <mat-chip *ngFor="let holding of graphHoldings; let i = index" [removable]="true" (removed)="graphHoldings.splice(i, 1); updateGraph()">
 | 
			
		||||
                    {{holding}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user