fix dashbord style
This commit is contained in:
parent
84144b6472
commit
5a0ffcc73b
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
.panel-header {
|
.panel-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1rem;
|
gap: 0.5ch;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
.description {
|
.description {
|
||||||
|
|||||||
@ -27,7 +27,7 @@ export class ShortNumberPipe implements PipeTransform {
|
|||||||
const sliced = integer + (d ? '.' + d : '');
|
const sliced = integer + (d ? '.' + d : '');
|
||||||
const suffix = this.suffixes[exp - 1];
|
const suffix = this.suffixes[exp - 1];
|
||||||
|
|
||||||
return `${sliced} ${suffix}`;
|
return `${sliced}${suffix}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user