Commit 7c0732bd7ca82495ad88f63ea50589c9a16db9d6

Authored by trainee
1 parent 74006099
Exists in master

แก้ย่อ

src/app/dashboard/dashboard.component.scss
... ... @@ -24,7 +24,7 @@
24 24  
25 25 .dashboard-stat {
26 26 overflow: visible;
27   - height: 240px;
  27 + height: 240px ;
28 28 }
29 29  
30 30 .panel {
... ...
src/app/dashboard/font.ts
... ... @@ -9,7 +9,7 @@ export class PontPipe implements PipeTransform {
9 9 value = '';
10 10 }
11 11 if (value.length > 19) {
12   - return value.substr(19, 50);
  12 + return value.substr(19, 500);
13 13 }
14 14 return value;
15 15 }
... ...