fix change component and audit button position in RTL mode

This commit is contained in:
TechMiX
2023-04-19 12:14:21 +02:00
parent ba00f03408
commit 55ac66e0db
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
<span [style]="change >= 0 ? 'color: #42B747' : 'color: #B74242'">
{{ change >= 0 ? '+' : '' }}{{ change | amountShortener }}%
&lrm;{{ change >= 0 ? '+' : '' }}{{ change | amountShortener }}%
</span>