Add padding around search elements

This commit is contained in:
Will Abson 2016-05-20 16:37:23 +01:00
parent 6ee280e902
commit aaaf728168

View File

@ -1,3 +1,4 @@
<div style="padding: 20px;">
<h1>Search results</h1>
<p *ngIf="results">Found {{results.length}} results for {{currentSearchTerm}}</p>
<table *ngIf="results" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp full-width">
@ -15,3 +16,4 @@
</tr>
</tbody>
</table>
</div>