Add x-close button to block.

This commit is contained in:
softsimon
2020-07-19 22:54:31 +07:00
parent b34648389c
commit caf5ae944a
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<div class="title-block">
<h1 class="float-left">{{ getGetOrdinal() }}</h1>
<button [routerLink]="['/' | relativeUrl]" class="btn btn-sm float-right mr-2">&#10005;</button>
<button [routerLink]="['/' | relativeUrl]" class="btn btn-sm float-right mr-2 mt-2">&#10005;</button>
</div>
<div class="clearfix"></div>