Skip to content

Commit 0f7c616

Browse files
committed
Fix Docker container stats display
1 parent 00f4306 commit 0f7c616

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ Inside the downloaded directory, install all dependencies using the `npm install
8989
Chronos hopes to inspire an active community of both users and developers. For questions, comments, or contributions, please submit a pull request.
9090
9191
## People
92-
92+
[Brianna Sookhoo](https://github.com/briannasookhoo),
93+
[Brian Bui](https://github.com/umius-brian),
9394
[Tim Atapagra](https://github.com/timpagra),
9495
[Mohtasim Chowdhury](https://github.com/mohtasim317),
9596
[Ousman Diallo](https://github.com/Dialloousman),

app/stylesheets/graphs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ svg {
2121
background-color: white;
2222
border-radius: 3px;
2323
box-shadow: 3px 3px 3px rgba(216, 210, 247, .5);
24-
height: 400;
25-
width: 400;
24+
height: 380px;
25+
width: 380px;
2626
padding: 10px 10px 10px 10px;
2727
}
2828

0 commit comments

Comments
 (0)