aboutsummaryrefslogtreecommitdiff
path: root/app/components/plan-list/plan-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/plan-list/plan-list.html')
-rw-r--r--app/components/plan-list/plan-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/plan-list/plan-list.html b/app/components/plan-list/plan-list.html
index 9a75ed9..28c95af 100644
--- a/app/components/plan-list/plan-list.html
+++ b/app/components/plan-list/plan-list.html
@@ -5,7 +5,7 @@
<table class="table">
<tr *ngFor="#plan of plans">
- <td><a [routerLink]="['/PlanView', {id: plan.id}]">{{plan.name}}</a></td>
+ <td width="30%"><a [routerLink]="['/PlanView', {id: plan.id}]">{{plan.name}}</a></td>
<td>created on {{plan.createdOn | momentDate }}</td>
<td class="align-right"><button class="btn btn-danger" (click)="requestDelete()">
<i class="fa fa-trash"></i>delete</button>