Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
made the settings a little bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Winkler committed Nov 9, 2020
1 parent bd417cf commit 5871ce3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h4>Document list</h4>
<a ngbNavLink>Saved views</a>
<ng-template ngbNavContent>

<table class="table table-striped">
<table class="table table-borderless table-sm">
<thead>
<tr>
<th scope="col">Title</th>
Expand All @@ -57,7 +57,7 @@ <h4>Document list</h4>
</li>
</ul>

<div [ngbNavOutlet]="nav" class="mt-2"></div>
<div [ngbNavOutlet]="nav" class="border-left border-right border-bottom p-3 mb-3"></div>

<button type="submit" class="btn btn-primary">Save</button>
</form>

0 comments on commit 5871ce3

Please sign in to comment.