Commit dab2488d0c59f84a2c1f7c95d19c6611038a32a7
1 parent
4771ecd5
Exists in
master
แก้ ui
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/dashboard/dashboard.component.scss
| ... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | |
| 17 | 17 | .a { |
| 18 | 18 | white-space: nowrap; |
| 19 | - width: 250px; | |
| 19 | + width: 100%; | |
| 20 | 20 | overflow: hidden; |
| 21 | 21 | text-overflow:ellipsis; |
| 22 | 22 | } |
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | |
| 25 | 25 | .dashboard-stat { |
| 26 | 26 | overflow: visible; |
| 27 | - height: 270px; | |
| 27 | + height: 240px; | |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | .panel { | ... | ... |