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