Fix key label position
This commit is contained in:
@@ -26,7 +26,7 @@ enum LabelTypes {
|
|||||||
[attr.font-size]="19"
|
[attr.font-size]="19"
|
||||||
[attr.font-family]="'Helvetica'"
|
[attr.font-family]="'Helvetica'"
|
||||||
[attr.fill]="'#ffffff'"
|
[attr.fill]="'#ffffff'"
|
||||||
[attr.style]="'dominant-baseline: central'"
|
style="dominant-baseline: central"
|
||||||
*ngIf="(labelType === enumLabelTypes.Text) && labelSource && labelSource.length > 0">
|
*ngIf="(labelType === enumLabelTypes.Text) && labelSource && labelSource.length > 0">
|
||||||
<tspan
|
<tspan
|
||||||
*ngIf="labelSource.length === 1"
|
*ngIf="labelSource.length === 1"
|
||||||
|
|||||||
Reference in New Issue
Block a user