Browse Source

Merge pull request #292 from demetrodon/patch-1

Bug fix of width path for web dashboard.
Alan Shreve 9 years ago
parent
commit
be65ed00bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/client/page.html

+ 1 - 1
assets/client/page.html

@@ -25,7 +25,7 @@
                 color:white;
             }
             .path {
-              width: 300px;
+              width: 100%;
             }
             .wrapped {
               word-wrap: break-word;