diff options
Diffstat (limited to 'app/components/plan-list/plan-list.html')
-rw-r--r-- | app/components/plan-list/plan-list.html | 2 |
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 09e9262..a16ffbe 100644 --- a/app/components/plan-list/plan-list.html +++ b/app/components/plan-list/plan-list.html @@ -3,7 +3,7 @@ Welcome to PEV! Please <a [routerLink]="['/PlanNew']">submit</a> a plan for visualization </div> - <table class="table"> + <table class="table pad-bottom"> <tr *ngFor="#plan of plans"> <!-- this is a hack that should be converted to a proper dialog once that is available in angular 2--> <div *ngIf="openDialog"> |