mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
couple of minor formatting issues
This commit is contained in:
parent
f35b5d4902
commit
838bfe1491
@ -16,7 +16,7 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<a mat-list-item (click)="showHelp()"
|
<a mat-list-item (click)="showHelp()"
|
||||||
><mat-icon color="accenovert">help</mat-icon>Help</a
|
><mat-icon color="accenovert">help</mat-icon> Help</a
|
||||||
>
|
>
|
||||||
</mat-nav-list>
|
</mat-nav-list>
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ export class PassageCardComponent extends CardComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
copy() {
|
copy() {
|
||||||
const text = this.passageElement.nativeElement.innerText + ` - ${this.ref.toString()}`;
|
const text = this.passageElement.nativeElement.innerText + ` \n - ${this.ref.toString()}`;
|
||||||
this.copyToClip(text);
|
this.copyToClip(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user