Fix key label position

This commit is contained in:
József Farkas
2016-05-06 17:56:53 +02:00
parent f267b50587
commit c6b9bcf6dd

View File

@@ -26,7 +26,7 @@ enum LabelTypes {
[attr.font-size]="19"
[attr.font-family]="'Helvetica'"
[attr.fill]="'#ffffff'"
[attr.style]="'dominant-baseline: central'"
style="dominant-baseline: central"
*ngIf="(labelType === enumLabelTypes.Text) && labelSource && labelSource.length > 0">
<tspan
*ngIf="labelSource.length === 1"