Merge pull request #3669 from TechMiX/hotfix/rtlIssue

Fix RTL issues
This commit is contained in:
softsimon 2023-07-12 16:06:35 +09:00 committed by GitHub
commit ef771beb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -993,6 +993,10 @@ th {
margin-right: 10px; margin-right: 10px;
} }
} }
.btn-audit {
margin-left: .5em;
}
} }
.scriptmessage { .scriptmessage {