diff options
Diffstat (limited to 'Project-Unite/Views/Developer')
| -rw-r--r-- | Project-Unite/Views/Developer/index.cshtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project-Unite/Views/Developer/index.cshtml b/Project-Unite/Views/Developer/index.cshtml index a8475df..f371d32 100644 --- a/Project-Unite/Views/Developer/index.cshtml +++ b/Project-Unite/Views/Developer/index.cshtml @@ -19,6 +19,13 @@ </div> </div> +<style> + #c_bugs{ + width:100%; + height:900px; + } +</style> + <!-- Resources --> <script src="https://www.amcharts.com/lib/3/amcharts.js"></script> <script src="https://www.amcharts.com/lib/3/pie.js"></script> |
