diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-02-18 10:58:53 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-02-25 18:57:32 +0100 |
| commit | 2b05e7f413f5cc13a142292c4557f691fc1fba45 (patch) | |
| tree | b95a716f65ab697a6ce9a4d3daeaebbf0119193c | |
| parent | 5b413887959fc84a48dfef1f619a31ae4f718a5e (diff) | |
dashboard: make graphs fit on the page
If we pass width: 100%, they overflow the page and force the user to
scroll it. Otherwise, the graph nicely fits the screen.
| -rw-r--r-- | dashboard/app/static/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/app/static/style.css b/dashboard/app/static/style.css index 27945b3ad..870d6729f 100644 --- a/dashboard/app/static/style.css +++ b/dashboard/app/static/style.css @@ -261,6 +261,5 @@ aside { } #graph_div { - width: 100%; height: 85vh; } |
